Fix weird height issue with the 'auto-center map' button
This commit is contained in:
@@ -440,7 +440,11 @@ div#content {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#edge-inputs > div > * {
|
||||
#edge-inputs > div {
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
#edge-inputs > div > label {
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
@@ -494,7 +498,6 @@ input#content-visibility-toggle {
|
||||
}
|
||||
|
||||
#toggle-firing-arc-vis label, .opt-toggle label {
|
||||
display: block;
|
||||
background-color: #DDD;
|
||||
border: 1px solid #666;
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user