Fix confusing padding on options page

This commit is contained in:
Ajay Ramachandran
2021-08-18 13:33:28 -04:00
parent 3bbc699d98
commit 21f563fdb7
2 changed files with 4 additions and 1 deletions

View File

@@ -343,6 +343,9 @@ svg {
.categoryTableElement > * {
padding-right: 15px;
}
.categoryTableDescription > * {
padding-bottom: 15px;
}