Skip to content

Commit 202caf5

Browse files
committed
Fixed mobile issue with the full build results page.
1 parent 9a98141 commit 202caf5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

FrontEnd/styles/build_results.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
.column-labels {
6464
display: none;
6565
}
66+
67+
@media (max-width: $mobile-breakpoint) {
68+
.column-labels {
69+
display: flex;
70+
}
71+
}
6672
}
6773

6874
@media (max-width: $mobile-breakpoint) {
@@ -74,10 +80,6 @@
7480
grid-column: unset;
7581
grid-row: unset;
7682
}
77-
78-
.column-labels {
79-
display: flex;
80-
}
8183
}
8284
}
8385

0 commit comments

Comments
 (0)