fix(web): wrap button row

This commit is contained in:
2023-02-12 16:42:48 +03:00
parent bf88d346e4
commit fc90276399
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -20,7 +20,6 @@ main {
justify-content: space-between;
align-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111;
overflow-y: scroll;
overflow-x: hidden;