Skip to content

Commit bcfe8a9

Browse files
committed
Ellipsize repo organisation / name
1 parent ca755db commit bcfe8a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/less/style.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,15 @@ input {
302302
font-size: 18px;
303303
.FontOpenSansSemibold();
304304
text-align: right;
305+
306+
span {
307+
display: inline-block;
308+
float: right;
309+
max-width: 50%;
310+
white-space: nowrap;
311+
text-overflow: ellipsis;
312+
overflow: hidden;
313+
}
305314
}
306315
}
307316

0 commit comments

Comments
 (0)