From be1ea637cffe8254ae0e288815e4f33f373249ae Mon Sep 17 00:00:00 2001 From: Piotr Gawron Date: Fri, 12 Oct 2018 14:14:18 +0200 Subject: [PATCH] width of the input text in pileup changed --- frontend-js/src/main/css/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css index ff912c8e7..1255f3f4e 100644 --- a/frontend-js/src/main/css/global.css +++ b/frontend-js/src/main/css/global.css @@ -836,3 +836,7 @@ https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip .minerva-overlay-panel { overflow-x: hidden; } + +.pileup-root .controls input[type="text"] { + width: 180px; +} -- GitLab