diff --git a/scss/ui/_flex.scss b/scss/ui/_flex.scss index feeba75f0..1afa1b06d 100644 --- a/scss/ui/_flex.scss +++ b/scss/ui/_flex.scss @@ -99,6 +99,10 @@ $flex-grow-all: 2; align-items: stretch; } + .basis-0 { + flex-basis: 0; + } + .basis-25 { flex-basis: 25%; } diff --git a/src/controls/legend/group.js b/src/controls/legend/group.js index dc83b0ffa..67b719eda 100644 --- a/src/controls/legend/group.js +++ b/src/controls/legend/group.js @@ -114,8 +114,8 @@ const Group = function Group(viewer, options = {}) { }, render() { const padding = moreInfoButton ? '0.275rem' : '1.875rem'; - return `