set legend height to 0
This commit is contained in:
parent
322a5ea5be
commit
fc073b6422
@ -33,4 +33,10 @@ button {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
legend {
|
||||
top: -0.6em;
|
||||
position: relative;
|
||||
height: 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user