Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "show template" to preview dropdown. #66514

Merged
merged 8 commits into from
Nov 5, 2024
Prev Previous commit
Next Next commit
Add a little padding
  • Loading branch information
tellthemachines committed Oct 29, 2024
commit f808b3496d7f4219c4c87ea38da2631abc3d740d
1 change: 1 addition & 0 deletions packages/editor/src/components/document-bar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@

.editor-document-bar__icon-layout.editor-document-bar__icon-layout {
position: absolute;
padding-left: $grid-unit-15;
display: none;
svg {
fill: $gray-600;
Expand Down
Loading