Add top and bottom padding to unification

This commit is contained in:
Moritz Dieing 2021-08-25 14:23:57 +02:00
parent 4d0e0fea3e
commit 26c97d937e

View File

@ -6,7 +6,6 @@ tc-unification {
max-width: 100%;
min-height: 10em;
overflow-x: auto;
padding-left: 1em;
padding-right: 1em;
padding: 0.5em 1em;
box-sizing: border-box;
}