fix(web): wrap button row
This commit is contained in:
parent
bf88d346e4
commit
fc90276399
@ -76,6 +76,7 @@ main:hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -129,4 +130,5 @@ td {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,7 +20,6 @@ main {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-wrap: wrap;
|
|
||||||
box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111;
|
box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user