From ea0f128e9e5d5f42e41adc44e1fa6cd45f608bcb Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 3 Nov 2021 17:38:12 +0000 Subject: [PATCH] Remove the paragraph margin overrides for the users list --- app/assets/stylesheets/common.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ac55dc821..e40434917 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1122,11 +1122,6 @@ tr.turn:hover { tr { vertical-align: middle; } - - p { - margin-top: 0px; - margin-bottom: 0px; - } } #user_list_actions { -- 2.39.5