We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5234511 commit ea2d238Copy full SHA for ea2d238
_sass/addon/commons.scss
@@ -85,6 +85,7 @@ blockquote {
85
border-left: 5px solid var(--blockquote-border-color);
86
padding-left: 1rem;
87
color: var(--blockquote-text-color);
88
+ display: flex;
89
90
&[class^='prompt-'] {
91
border-left: 0;
@@ -641,12 +642,12 @@ main {
641
642
643
.left {
644
float: left;
- margin: 0.75rem 1rem 1rem 0 !important;
645
+ margin: 0.75rem 1rem 1rem 0;
646
}
647
648
.right {
649
float: right;
- margin: 0.75rem 0 1rem 1rem !important;
650
+ margin: 0.75rem 0 1rem 1rem;
651
652
653
/* --- Overriding --- */
0 commit comments