From 26c97d937e7dbe639770fc51a2d6d800944ccf1d Mon Sep 17 00:00:00 2001 From: Moritz Dieing <63721811+moritzdieing@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:23:57 +0200 Subject: [PATCH] Add top and bottom padding to unification --- frontend/styles/view/unification.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/styles/view/unification.css b/frontend/styles/view/unification.css index 641b9be..3831064 100644 --- a/frontend/styles/view/unification.css +++ b/frontend/styles/view/unification.css @@ -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; }