From b83372a2772f9fe80de65e30502cf80652917c43 Mon Sep 17 00:00:00 2001 From: Daniel Sinn Date: Fri, 13 Sep 2019 08:58:49 -0400 Subject: [PATCH] Give more space to the Wire Sequence buttons Closes #21. --- ktane.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktane.css b/ktane.css index af1b753..0ba9e77 100755 --- a/ktane.css +++ b/ktane.css @@ -353,7 +353,7 @@ nav { } #sequenceOptions { padding-left: 0; - width: 7.9em; + width: 9.5em; } #sequenceOptions li { display: inline-block;