File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ table td.filename .nametext {
405405 left : 55px ;
406406 padding : 0 ;
407407 overflow : hidden;
408- text-overflow : ellipsis ;
408+ text-overflow : clip ;
409409 max-width : 800px ;
410410 height : 100% ;
411411}
@@ -718,7 +718,7 @@ html.ie8 .column-mtime .selectedActions {
718718}
719719
720720# fileList .filesize {
721- padding : 0 15px 0 60 px ;
721+ padding : 0 15px 0 40 px ;
722722}
723723
724724# fileList .popovermenu {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ table.multiselect thead {
2121
2222/* restrict length of displayed filename to prevent overflow */
2323table td .filename .nametext {
24- width : 100 % ;
24+ width : 130 px ;
2525}
2626
2727# fileList a .action .action-menu img {
@@ -46,7 +46,7 @@ table td.filename .nametext {
4646
4747/* ellipsis on file names */
4848table td .filename .nametext .innernametext {
49- max-width : 50 % ;
49+ max-width : 80 % ;
5050}
5151
5252/* proper notification area for multi line messages */
@@ -70,4 +70,4 @@ table td.filename .nametext .innernametext {
7070 display : block !important ;
7171}
7272
73- }
73+ }
You can’t perform that action at this time.
0 commit comments