Added padding to search tab to maintain visual consistancy

(cherry picked from commit 55ef505d740a9aadc7f161274006e150b0d9cf8f)
This commit is contained in:
Tristan Kennedy
2022-04-16 14:28:22 +10:00
committed by Bogdan
parent 9ec913337d
commit 3a3cf8511e
3 changed files with 10 additions and 3 deletions

View File

@@ -7,3 +7,9 @@
.filteredMessage {
margin-top: 10px;
}
.blankpad {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 2em;
}