From 7301b804db55ee773b7cebbf063d7848b6f16a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Mon, 30 Oct 2023 17:37:20 +0100 Subject: [PATCH] Fix compose tests --- client/web/compose/src/themes/corteza-base/custom.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/web/compose/src/themes/corteza-base/custom.scss b/client/web/compose/src/themes/corteza-base/custom.scss index 8a33e5aa5..9e3234206 100644 --- a/client/web/compose/src/themes/corteza-base/custom.scss +++ b/client/web/compose/src/themes/corteza-base/custom.scss @@ -404,11 +404,3 @@ input[type="search"]::-webkit-search-cancel-button { width: 100%; } } - -.gap-1 { - gap: 0.5rem; -} - -.gap-2 { - gap: 1rem; -}