Skip to content

Commit c02bae5

Browse files
committed
fix table header height for grid view
1 parent 75e22a8 commit c02bae5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

css/apps/files.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,14 @@ table.files-filestable {
10521052
}
10531053

10541054

1055+
thead {
1056+
1057+
tr {
1058+
height: 56px;
1059+
}
1060+
}
1061+
1062+
10551063
// Not File Grid View for v30
10561064
&:not(.files-list--grid) {
10571065

@@ -1105,13 +1113,6 @@ table.files-filestable {
11051113

11061114
@include files-checkboxes-v28;
11071115

1108-
thead {
1109-
1110-
tr {
1111-
height: 56px;
1112-
}
1113-
}
1114-
11151116
tbody {
11161117

11171118
tr {

0 commit comments

Comments
 (0)