increase minimum width for inline pink buttons
longer labels caused ugly effects with different sizes
This commit is contained in:
parent
dcc277bee5
commit
8436987091
@ -2,7 +2,7 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #FFC0CB;
|
background: #FFC0CB;
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
min-width: 280px;
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
.map-switcher-inline.night {
|
.map-switcher-inline.night {
|
||||||
background: #FFC0CB;
|
background: #FFC0CB;
|
||||||
|
Loading…
Reference in New Issue
Block a user