diff --git a/configurator.py b/configurator.py index 9c0237d..df09a19 100755 --- a/configurator.py +++ b/configurator.py @@ -102,6 +102,14 @@ INDEX = Template(r""" white-space: nowrap; } + .select-wrapper input.select-dropdown { + width: 96%; + overflow: hidden; + direction: ltr; + text-overflow: ellipsis; + white-space: nowrap; + } + #edit_float { z-index: 10; } @@ -275,7 +283,7 @@ INDEX = Template(r""" box-shadow: 0 1px 0 0 #03a9f4 !important } - #modal_acekeyboard, #modal_components { + #modal_acekeyboard, #modal_components, #modal_icons { top: auto; width: 96%; min-height: 96%; @@ -567,6 +575,7 @@ INDEX = Template(r"""