From 92bff6a58e727af9c11faaebe3366cf53928f42d Mon Sep 17 00:00:00 2001 From: Kevin Mooney Date: Tue, 17 Sep 2019 00:09:21 +0100 Subject: [PATCH] Fix padding of select menu's on Ubuntu 18 Padding of the left-hand side select boxes causes boxes to overlap. Confirmed on firefox 68.0 and Google Chrome 73 on Ubuntu 18 Gnome --- snakeviz/static/snakeviz.css | 1 - 1 file changed, 1 deletion(-) diff --git a/snakeviz/static/snakeviz.css b/snakeviz/static/snakeviz.css index 7b8af0a..34de5da 100644 --- a/snakeviz/static/snakeviz.css +++ b/snakeviz/static/snakeviz.css @@ -65,7 +65,6 @@ select { font-family: monospace; font-size: 20px; background: white; - padding: 10px 20px 10px 20px; } #sv-style-label {