diff --git a/public/stylesheets/cms.scss b/public/stylesheets/cms.scss index 414e17c..3afd5da 100644 --- a/public/stylesheets/cms.scss +++ b/public/stylesheets/cms.scss @@ -166,6 +166,12 @@ table.cms-articles .icon:hover { white-space: nowrap; } +.controller-cms td.article-name { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} + .controller-cms .article-controls { white-space: nowrap; } diff --git a/public/stylesheets/content/blog.scss b/public/stylesheets/content/blog.scss index 3f9ad6e..864c32b 100644 --- a/public/stylesheets/content/blog.scss +++ b/public/stylesheets/content/blog.scss @@ -7,6 +7,7 @@ } #content .title { margin-bottom: 2px; + word-wrap: break-word; } .blog-post .post-pic { background-position: 50% 40%; diff --git a/public/stylesheets/content/folder.scss b/public/stylesheets/content/folder.scss index 2b3b24c..ec9d962 100644 --- a/public/stylesheets/content/folder.scss +++ b/public/stylesheets/content/folder.scss @@ -2,6 +2,7 @@ .article-body ul.folder-content { list-style-type: none; padding: 0; + word-wrap: break-word; } .folder-content .folder-item img { diff --git a/public/stylesheets/content/image-gallery.scss b/public/stylesheets/content/image-gallery.scss index e03274d..88bbd16 100644 --- a/public/stylesheets/content/image-gallery.scss +++ b/public/stylesheets/content/image-gallery.scss @@ -13,6 +13,7 @@ list-style: none; overflow: hidden; background-repeat: no-repeat; + word-wrap: break-word; } .image-gallery-item span { text-align: center; -- libgit2 0.21.2