From a47cca1b1eb16fbb7ef36758b501234a7e608443 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 31 Aug 2016 04:08:28 +0200 Subject: [PATCH] Very small CSS improvement --- core/static/core/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/static/core/style.css b/core/static/core/style.css index efa60bb4..ec23054d 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -166,12 +166,11 @@ tbody>tr:hover { } .tools { float: right; - padding: 6px; - overflow: hidden; border: 1px solid grey; } .tools a { padding: 10px; + display: inline-block; } .selected_tab { background: lightgrey;