Skip to content

Commit 6682126

Browse files
#1775 Minor CSS adjustments to keep the appearance of the new dialogs as close as possible to that of the old dialogs.
1 parent 54b793e commit 6682126

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/app/obojobo-document-engine/src/scripts/common/components/modal/settings-dialog.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.obojobo-draft--components--modal--settings-dialog {
44
text-align: left;
55
min-width: 20em;
6-
width: 40vw;
76
display: flex;
87
flex-flow: column wrap;
98

packages/obonode/obojobo-chunks-figure/image-properties-modal.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import '~styles/includes';
22

3+
.obojobo-draft--components--modal--settings-dialog .image-properties .row {
4+
margin-bottom: 0;
5+
}
6+
37
.image-properties {
48
text-align: left;
59
display: flex;
@@ -69,7 +73,7 @@
6973

7074
label {
7175
padding-left: 0.3em;
72-
margin: 0.3em 0;
76+
margin: 0;
7377
}
7478
}
7579

0 commit comments

Comments
 (0)