summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-25 09:36:27 +0200
committerVolpeon <git@volpeon.ink>2023-10-25 09:36:27 +0200
commitc41a461c6b4ee1961c9717abf2d92b9d70748b4c (patch)
treea5b372fd9971c3660c2d11588c751f93de01c140
parentUndo (diff)
downloadiro-design-c41a461c6b4ee1961c9717abf2d92b9d70748b4c.tar.gz
iro-design-c41a461c6b4ee1961c9717abf2d92b9d70748b4c.tar.bz2
iro-design-c41a461c6b4ee1961c9717abf2d92b9d70748b4c.zip
Update
-rw-r--r--src/layouts/_bubble-group.scss2
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') {