diff --git a/client/src/global-styles/components.css b/client/src/global-styles/components.css index 95e1746..5b2afb3 100644 --- a/client/src/global-styles/components.css +++ b/client/src/global-styles/components.css @@ -68,7 +68,11 @@ th, td { padding: 0.5rem; border: 0.125rem solid var(--cl-bg-el); } -th > *{ +td { + vertical-align: top; +} + +th>* { justify-content: center; align-items: center; }