Skip to content

Commit ea2d238

Browse files
authored
fix: image float breaks quotes and prompts (#1449)
Fixes #1441
1 parent 5234511 commit ea2d238

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_sass/addon/commons.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ blockquote {
8585
border-left: 5px solid var(--blockquote-border-color);
8686
padding-left: 1rem;
8787
color: var(--blockquote-text-color);
88+
display: flex;
8889

8990
&[class^='prompt-'] {
9091
border-left: 0;
@@ -641,12 +642,12 @@ main {
641642

642643
.left {
643644
float: left;
644-
margin: 0.75rem 1rem 1rem 0 !important;
645+
margin: 0.75rem 1rem 1rem 0;
645646
}
646647

647648
.right {
648649
float: right;
649-
margin: 0.75rem 0 1rem 1rem !important;
650+
margin: 0.75rem 0 1rem 1rem;
650651
}
651652

652653
/* --- Overriding --- */

0 commit comments

Comments
 (0)