fix button styling
This commit is contained in:
parent
0588b14220
commit
f42da20957
@ -63,8 +63,7 @@ div#buttons {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
flex: row;
|
gap: 0.5rem;
|
||||||
gap: 0.3rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#buttons > * {
|
div#buttons > * {
|
||||||
@ -73,6 +72,7 @@ div#buttons > * {
|
|||||||
|
|
||||||
div#buttons button {
|
div#buttons button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user