We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a98141 commit 202caf5Copy full SHA for 202caf5
FrontEnd/styles/build_results.scss
@@ -63,6 +63,12 @@
63
.column-labels {
64
display: none;
65
}
66
+
67
+ @media (max-width: $mobile-breakpoint) {
68
+ .column-labels {
69
+ display: flex;
70
+ }
71
72
73
74
@media (max-width: $mobile-breakpoint) {
@@ -74,10 +80,6 @@
80
grid-column: unset;
75
81
grid-row: unset;
76
82
77
-
78
- .column-labels {
79
- display: flex;
- }
83
84
85
0 commit comments