Skip to content

Commit 5a06c5d

Browse files
authored
IBX-9629: Improve the map location (ezgmaplocation) fields layout. (#1473)
1 parent 4cc9149 commit 5a06c5d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/bundle/Resources/public/scss/fieldType/edit/_ezgmaplocation.scss

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,18 @@
3333
}
3434

3535
&__coordinates {
36-
display: flex;
37-
justify-content: space-between;
36+
.ibexa-input-text-wrapper {
37+
&--type-number {
38+
max-width: calculateRem(230px);
39+
}
40+
}
3841

3942
.ibexa-data-source__field {
40-
width: 45%;
43+
margin-bottom: calculateRem(8px);
44+
45+
&:first-of-type {
46+
margin-top: calculateRem(16px);
47+
}
4148
}
4249

4350
.ibexa-data-source__input {

0 commit comments

Comments
 (0)