From 1eff3687e82cc2086afbeb5b905ced834ec103de Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Thu, 3 Feb 2022 11:58:33 +0100 Subject: [PATCH] CSS enhancement * improves css on select2 width, which lead to strange viewport sizing on creation of new major datasets --- konova/static/css/konova.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css index 6d882ec4..d0373ac4 100644 --- a/konova/static/css/konova.css +++ b/konova/static/css/konova.css @@ -223,7 +223,7 @@ Overwrites bootstrap .btn:focus box shadow color Extends css for django autocomplete light (dal) No other approach worked to get the autocomplete fields to full width of parent containers */ -.select2-container{ +.select2{ width: 100% !important; } .select2-results__option--highlighted{