1
0
Fork 0

Fix elipsis not showing up

pull/2/head
Ambrose Chua 2016-11-21 17:25:45 +08:00 committed by GitHub
parent dcca51f17c
commit c49d14c7a4
1 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,6 @@
.custom-file-control {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 5.4em;
}