File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 51
51
.dropzone .dz-preview : hover .dz-image img {
52
52
filter : opacity (0.5 ) !important ;
53
53
}
54
+
55
+ .dropzone-attachments .divider {
56
+ margin-top : 0 !important ;
57
+ margin-bottom : 0 !important ;
58
+ }
59
+
60
+ .dropzone-attachments .grid ,
61
+ .dropzone-attachments .thumbnails {
62
+ padding : .5rem 1rem ;
63
+ }
Original file line number Diff line number Diff line change 3
3
font-size : 16px ;
4
4
line-height : 1.5 !important ;
5
5
word-wrap : break-word;
6
+ background : var (--color-box-body );
6
7
}
7
8
8
9
.markup .ui .segment {
308
309
.markup img {
309
310
max-width : 100% ;
310
311
box-sizing : initial;
312
+ background : var (--color-box-body );
311
313
}
312
314
313
315
.markup img [align = "right" ] {
Original file line number Diff line number Diff line change 2740
2740
width : 100% !important ;
2741
2741
max-width : 100% !important ;
2742
2742
margin : 0 !important ;
2743
+ padding : 0 !important ;
2744
+ }
2745
+
2746
+ .comment-body .markup {
2747
+ padding : 1em ;
2748
+ border-radius : 0 0 var (--border-radius ) var (--border-radius ); /* don't render outside box */
2743
2749
}
2744
2750
2745
2751
.edit-label .modal .form .column ,
You can’t perform that action at this time.
0 commit comments