Commit dea9c59232c77cb892379f667a603f50afddfb25
1 parent
99f5d74c
Exists in
web_steps_improvements
and in
9 other branches
Wrap long titles of articles and uploads
Showing
4 changed files
with
9 additions
and
0 deletions
Show diff stats
public/stylesheets/cms.scss
... | ... | @@ -166,6 +166,12 @@ table.cms-articles .icon:hover { |
166 | 166 | white-space: nowrap; |
167 | 167 | } |
168 | 168 | |
169 | +.controller-cms td.article-name { | |
170 | + text-overflow: ellipsis; | |
171 | + white-space: nowrap; | |
172 | + overflow: hidden; | |
173 | +} | |
174 | + | |
169 | 175 | .controller-cms .article-controls { |
170 | 176 | white-space: nowrap; |
171 | 177 | } | ... | ... |
public/stylesheets/content/blog.scss
public/stylesheets/content/folder.scss