1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Fixed issue where callout and quotes overlap floated images

For #2055
This commit is contained in:
Dan Brown
2020-04-25 19:55:16 +01:00
parent a880b1d5c5
commit c20110b6ae
2 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,7 @@ blockquote {
border-left: 4px solid var(--color-primary);
@include lightDark(background-color, #f8f8f8, #333);
padding: $-s $-m $-s $-xl;
overflow: auto;
&:before {
content: "\201C";
font-size: 2em;