Commit 84652388 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix long names on wall

parent 8cadeb67
...@@ -26,8 +26,11 @@ ...@@ -26,8 +26,11 @@
.wall-author { .wall-author {
color: #666; color: #666;
float: left; float: left;
width: 100px; font-size: 12px;
width: 120px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
} }
.wall-text { .wall-text {
...@@ -35,7 +38,7 @@ ...@@ -35,7 +38,7 @@
margin-left: 10px; margin-left: 10px;
padding-left: 10px; padding-left: 10px;
float: left; float: left;
width: 80%; width: 75%;
} }
.wall-file { .wall-file {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment