From f2deb4acd9f3485e84e6cd3a7daeebbcc49e2c48 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Thu, 7 Jan 2021 23:03:50 +0100 Subject: [PATCH] Make switch port list horizontally scrollable in topology --- static/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/base.css b/static/css/base.css index 25faf52b..80285178 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -148,6 +148,7 @@ a > i.fa { .table-responsive { overflow: visible; + overflow-x: scroll; } /* Make modal wider on wide screens */