Revert "Fix column width of mtime column"
This commit is contained in:
parent
cce053f7e9
commit
0655f3d102
|
@ -224,8 +224,8 @@ table th.column-last, table td.column-last {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
/* this can not be just width, both need to be set … table styling */
|
/* this can not be just width, both need to be set … table styling */
|
||||||
min-width: 165px;
|
min-width: 130px;
|
||||||
max-width: 165px;
|
max-width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Multiselect bar */
|
/* Multiselect bar */
|
||||||
|
|
Loading…
Reference in New Issue