From 9584205a8e3eeeaf53ff938b97bd2e8680315e28 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 26 Apr 2023 09:51:28 +0200 Subject: [PATCH] Use `.flex` class in `utilities.scss` file No need to have multiple definition as already included --- app/webpacker/css/admin/v2/components/tables.scss | 1 - app/webpacker/css/darkswarm/ui.scss | 4 ---- 2 files changed, 5 deletions(-) diff --git a/app/webpacker/css/admin/v2/components/tables.scss b/app/webpacker/css/admin/v2/components/tables.scss index 8fd6ba084a..99f6dbb23a 100644 --- a/app/webpacker/css/admin/v2/components/tables.scss +++ b/app/webpacker/css/admin/v2/components/tables.scss @@ -43,7 +43,6 @@ table tbody tr { border-bottom: 2px solid $v2-medium-light-grey; > .flex { - display: flex; column-gap: 10px; } diff --git a/app/webpacker/css/darkswarm/ui.scss b/app/webpacker/css/darkswarm/ui.scss index 23983ad845..e9d924aea8 100644 --- a/app/webpacker/css/darkswarm/ui.scss +++ b/app/webpacker/css/darkswarm/ui.scss @@ -155,7 +155,3 @@ a.button.large { padding: 0; } } - -.flex { - display: flex; -}