Skip to content

Commit 4f6eb03

Browse files
committed
Merge branch 'feat/block-styles' of https://github.com/gambitph/Stackable into feat/block-styles
2 parents 4067d8a + 4c2c40c commit 4f6eb03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/editor.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,8 @@ $block-joined: #{ join($blocks, (), $separator: comma) };
207207
}
208208
}
209209
}
210+
211+
// Remove the block description from the inspector.
212+
.block-editor-block-inspector:has(.ugb-panel-tabs) .block-editor-block-card__description {
213+
display: none;
214+
}

0 commit comments

Comments
 (0)