Skip to content

Commit

Permalink
Merge pull request #1223 from FlowFuse/1215-fixed-width
Browse files Browse the repository at this point in the history
Ensure groups in Fixed layouts are driven by the correct width property
  • Loading branch information
gayanSandamal authored Aug 21, 2024
2 parents 3d419a2 + 2d10d1e commit 4294451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/layouts/Flex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export default {
}
.nrdb-layout--flex > div {
width: var(--layout-card-width);
max-width: 100%;
}
Expand Down

0 comments on commit 4294451

Please sign in to comment.