From 151f856b0a93cdf148217775d7339ca9e07d29f2 Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Sun, 22 Nov 2020 16:25:15 +0000 Subject: [PATCH] apply revert to h3#transports on /peers to fix cramping --- installer/resources/themes/console/light/console.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 5fd7e2cd0f..d93e1a00fa 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -3437,6 +3437,10 @@ h3 { border: 1px solid #dee2e6; } +h3#transports { + margin: revert !important; +} + h3.tabletitle, h3.ptitle, #config_advanced h3.tabletitle, h3#bannedpeers { border-radius: 0; border: 1px solid #dee2e6; -- GitLab