From f8d61f287cc68bd241b6588c1ab07a14a3a9f282 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 19 Dec 2019 18:03:09 +0100 Subject: [PATCH] Remove font-size overrides for traces and user lists This makes them much easier to read --- app/assets/stylesheets/common.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6e73da63b..b28b2547d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1487,7 +1487,6 @@ tr.turn:hover { /* Rules for the trace list shown by the traces tab etc */ #trace_list { - font-size: $lineheight/2; border-width: 0px; text-align: right; @@ -1642,7 +1641,6 @@ tr.turn:hover { /* Rules for the user list */ #user_list { - font-size: $lineheight/2; width: 100%; tr { -- 2.39.5