From 15a24ef4ac9ad836992b4dedb5e9bf1abcc010fa Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Sun, 14 Nov 2021 18:50:48 +0100 Subject: [PATCH] feat: condensed table more condensed --- source/css/atoms/table.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/atoms/table.pcss b/source/css/atoms/table.pcss index 17b8a8b..b24c73f 100644 --- a/source/css/atoms/table.pcss +++ b/source/css/atoms/table.pcss @@ -42,7 +42,7 @@ th, thead td, td { - @apply p-2; + @apply px-2 py-1; } } -- GitLab