diff --git a/public/css/world-info.css b/public/css/world-info.css index 41889f3f7..4669b3f6f 100644 --- a/public/css/world-info.css +++ b/public/css/world-info.css @@ -232,7 +232,8 @@ select.keyselect+span.select2-container .select2-selection--multiple { .switch_input_type_icon { cursor: pointer; font-weight: bold; - height: calc(100% - var(--mainFontSize)); + height: max-content; + top: 50%; width: 25px; margin-right: 5px; position: absolute;