increase padding to accomodate kabab menu

This commit is contained in:
AlecM33
2023-12-05 20:14:34 -05:00
parent f07d657476
commit 06a4b75a69

View File

@@ -64,7 +64,7 @@
overflow-y: auto; overflow-y: auto;
max-height: 30em; max-height: 30em;
overflow-x: hidden; overflow-x: hidden;
padding: 0 25px 0 10px; padding: 0 30px 0 10px;
border-radius: 5px; border-radius: 5px;
} }