1
0
Fork 0
file-manager/assets/upload.css

7 lines
113 B
CSS
Raw Normal View History

2018-02-15 00:31:29 +08:00
.custom-file-label {
2016-10-09 13:17:00 +08:00
white-space: nowrap;
text-overflow: ellipsis;
2016-11-21 17:25:45 +08:00
overflow: hidden;
padding-right: 5.4em;
2016-10-09 13:17:00 +08:00
}