Skip to content

Commit

Permalink
fix: fix blockquote align after image aligned left or right
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Oct 27, 2023
1 parent 5fa2c86 commit 574816e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions src/theme/ItaliaTheme/Blocks/_imageBlock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,3 @@
margin-bottom: 0;
}
}

.block.image.align {
&.left,
&.right {
+ blockquote {
display: inline-block;
}
}
}
1 change: 1 addition & 0 deletions src/theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ iframe {
.public-ui,
.cms-ui {
blockquote {
display: flex; //serve per quando i blockquote sono affiancati alle immagini allineate a dx o sx
border-color: $primary !important;

ul:first-child,
Expand Down

0 comments on commit 574816e

Please sign in to comment.