Skip to content

Commit 54b793e

Browse files
author
Mauricio
committed
Vertically aligned custom option on figure node
1 parent 2ee5e2b commit 54b793e

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,26 @@
5050
}
5151

5252
.size-input {
53-
display: block;
53+
display: flex;
54+
align-items: center;
5455

5556
.custom-size-inputs {
56-
display: inline;
57+
display: flex;
58+
align-items: center;
5759
padding-left: 0.5em;
5860
}
5961

60-
input[type='radio'] {
61-
vertical-align: middle;
62+
input {
63+
margin-left: 0;
64+
}
65+
66+
span {
67+
padding-right: 0.3em;
6268
}
6369

6470
label {
65-
display: inline;
66-
vertical-align: middle;
6771
padding-left: 0.3em;
72+
margin: 0.3em 0;
6873
}
6974
}
7075

0 commit comments

Comments
 (0)