Skip to content

Commit

Permalink
Fix Description block width in Edit/Add (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
danalvrz authored Jun 12, 2024
1 parent aa64a82 commit 7ecbf76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/volto-light-theme/news/394.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix Description block width in Edit and Add mode. @danalvrz
3 changes: 2 additions & 1 deletion packages/volto-light-theme/src/theme/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ External link removal for all the blocks.
.block.separator
.line,
.block-editor-codeBlock,
.block-editor-mermaidBlock {
.block-editor-mermaidBlock,
.block-editor-description .documentDescription {
@include narrow-container-width();
@include adjustMarginsToEditContainer($narrow-container-width);
}
Expand Down

0 comments on commit 7ecbf76

Please sign in to comment.