We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9129ad + 2b2c678 commit f6d9aa8Copy full SHA for f6d9aa8
src/plugins/image-properties/ui/ui-image-form.less
@@ -25,7 +25,8 @@
25
padding: var(--padding-default);
26
}
27
28
- &__imageView {
+ &__imageView,
29
+ .jodit-properties_image_view {
30
display: flex;
31
height: var(--width-default);
32
align-items: center;
@@ -40,7 +41,8 @@
40
41
42
43
- &__imageSizes.jodit-form__group {
44
+ &__imageSizes.jodit-form__group,
45
+ .jodit-properties_image_sizes.jodit-form__group {
46
min-width: auto;
47
flex-direction: row;
48
@@ -69,6 +71,10 @@
69
71
background-color: var(--dark-background-color);
70
72
73
74
+
75
76
+ background-color: var(--dark-background-color);
77
+ }
78
79
80
.jodit-ui-image-properties-form {
0 commit comments