Skip to content

Commit 9b58881

Browse files
author
Joe Pavitt
committed
Fixed Layout: Define a default layout-columns for the groups in a Fixed layout
1 parent b40aaf6 commit 9b58881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/layouts/Flex.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ export default {
113113
.nrdb-layout--flex {
114114
--layout-card-width: 320px;
115115
--layout-gap: 12px;
116+
/* set large number, as the group width will always rule here */
117+
--layout-columns: 100;
116118
}
117119
.nrdb-layout--flex {
118120
display: flex;

0 commit comments

Comments
 (0)