From ca0453b0ceee2cbc3000ec227b653facf3e78b93 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Thu, 22 Jun 2017 14:46:53 +0200 Subject: [PATCH] Set min-width for tabs to fit spinner --- src/app/righthand-panel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/righthand-panel.js b/src/app/righthand-panel.js index 35abfdac60..c26d379e27 100644 --- a/src/app/righthand-panel.js +++ b/src/app/righthand-panel.js @@ -14,6 +14,7 @@ var css = csjs` .options { float: left; padding: 0.7em 0.3em; + min-width: 65px; font-size: 0.9em; cursor: pointer; background-color: transparent;