N°2847 Correctly center external key value on edition

This commit is contained in:
Stephen Abello
2020-11-24 09:35:09 +01:00
parent 2f138db4ac
commit a49a56def8
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
$ibo-input-select-selectize--value--height: 100% !default;
$ibo-input-select-selectize--value--line-height: $ibo-input--height !default;
$ibo-input-select-wrapper--width: 100% !default;
$ibo-input-select-wrapper--after--height: 28px !default;
@@ -28,6 +31,11 @@ $ibo-input-select-autocomplete-action-button--hierarchy--margin-left: -82px !def
input{
display: none;
}
>[data-value]
{
height: $ibo-input-select-selectize--value--height;
line-height: $ibo-input-select-selectize--value--line-height;
}
}
}
.ibo-input-select-wrapper .selectize-control