Skip to content

Commit

Permalink
fix flex value in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Jun 24, 2024
1 parent e6c2154 commit f35489b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/block/icon-label/editor.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.stk-block-icon-label [data-type="stackable/icon"] {
flex: 0 0 0;
flex: 0;
}
// Icon label can collapse in mobile in the editor.
.stk-preview-device-mobile .stk-block-icon-label .block-editor-block-list__layout [data-type="stackable/icon"] {
flex: 0 0 0;
flex: 0;
}
.stk-preview-device-mobile .stk-block-icon-label .block-editor-block-list__layout [data-type="stackable/heading"] {
flex: 1 1 0;
Expand Down

0 comments on commit f35489b

Please sign in to comment.