Skip to content

Commit 553b0df

Browse files
remove the block card description
1 parent 257954d commit 553b0df

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)