Fix block styling issues.

This commit is contained in:
orangemug 2020-06-10 19:20:18 +01:00
parent 0279daf7bd
commit b83c9a1ad9
2 changed files with 6 additions and 0 deletions

View file

@ -164,6 +164,7 @@
.maputnik-input-block {
margin: $margin-3;
display: flex;
flex-wrap: wrap;
&-label {
color: $color-lowgray;
@ -279,6 +280,7 @@
.maputnik-input-block-content {
display: block;
width: auto;
flex: 1;
}
.maputnik-input-block-label {

View file

@ -73,6 +73,10 @@
width: 30%;
}
.maputnik-input-block-action {
display: none;
}
.maputnik-input-block-content {
width: 70%;
}