Fix select2 padding rendering

[MAILPOET-2826]
This commit is contained in:
Rostislav Wolny
2020-04-01 21:12:06 +02:00
committed by Veljko V
parent 572fdc197c
commit 0d9fb395bb

View File

@@ -48,3 +48,9 @@ p.sender_email_address_warning:first-child {
height: 46px;
padding: 10px 18px;
}
// Fix for select 2 placeholder padding rendering issue in Chrome
.select2-container .select2-search--inline,
.select2-container .select2-search--inline .select2-search__field {
max-width: 100%;
}