From 784b3b58ca8570411c37548154481b3053e986a0 Mon Sep 17 00:00:00 2001 From: j433866 Date: Mon, 3 Jun 2019 11:15:10 +0100 Subject: [PATCH] Fix to stop find tab CSS affecting operations --- src/web/stylesheets/layout/_io.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css index 5e9364ae..a26c09bb 100755 --- a/src/web/stylesheets/layout/_io.css +++ b/src/web/stylesheets/layout/_io.css @@ -303,7 +303,8 @@ width: 100%; } -.form-group.input-group { +#input-tab-body .form-group.input-group, +#output-tab-body .form-group.input-group { width: 70%; float: left; margin-bottom: 2rem;