mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
fix long names on wall
This commit is contained in:
@@ -26,8 +26,11 @@
|
||||
.wall-author {
|
||||
color: #666;
|
||||
float: left;
|
||||
width: 100px;
|
||||
font-size: 12px;
|
||||
width: 120px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wall-text {
|
||||
@@ -35,7 +38,7 @@
|
||||
margin-left: 10px;
|
||||
padding-left: 10px;
|
||||
float: left;
|
||||
width: 80%;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.wall-file {
|
||||
|
||||
Reference in New Issue
Block a user