diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/layouts/_bubble-group.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layouts/_bubble-group.scss b/src/layouts/_bubble-group.scss index cf1c431..b4062a1 100644 --- a/src/layouts/_bubble-group.scss +++ b/src/layouts/_bubble-group.scss | |||
@@ -28,7 +28,9 @@ | |||
28 | 28 | ||
29 | @include iro.bem-elem('bubble') { | 29 | @include iro.bem-elem('bubble') { |
30 | grid-column: bubble; | 30 | grid-column: bubble; |
31 | box-sizing: border-box; | ||
31 | min-width: 0; | 32 | min-width: 0; |
33 | max-width: 100%; | ||
32 | } | 34 | } |
33 | 35 | ||
34 | @include iro.bem-modifier('compact') { | 36 | @include iro.bem-modifier('compact') { |