Skip to content

Commit b36be2e

Browse files
author
Joe Pavitt
committed
Add mobile breakpoint for columns on "Fixed" layout
1 parent 9b58881 commit b36be2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/src/layouts/Flex.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,10 @@ export default {
131131
.v-card {
132132
width: 100%;
133133
}
134+
135+
@media only screen and (max-width: 576px) {
136+
.nrdb-layout--flex {
137+
--layout-columns: 3;
138+
}
139+
}
134140
</style>

0 commit comments

Comments
 (0)