Skip to content

Commit

Permalink
style: hide dnd helper text on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Feb 12, 2025
1 parent fe2195e commit 2f208d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,10 @@ $block-inserter-tabs-height: 44px;
}

.block-editor-tabbed-sidebar__tabpanel .block-editor-inserter__help-text {
display: none;
padding: 0 $grid-unit-30 $grid-unit-20;

@include break-mobile {
display: block;
}
}

0 comments on commit 2f208d3

Please sign in to comment.