diff --git a/src/scss/core.scss b/src/scss/core.scss index 3d695386bb..ccc64d6faa 100644 --- a/src/scss/core.scss +++ b/src/scss/core.scss @@ -36,12 +36,14 @@ .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; + -webkit-clip-path: inset(50%) !important; + clip-path: inset(50%) !important; height: 1px !important; - margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; + white-space: nowrap !important; } @import "theme/default/layout";