Indent fixed in "choices__list--dropdown" (#750)

Indent fixed in "choices__list--dropdown". Added "box-sizing: border-box;".
This commit is contained in:
Oleg Dmitrochenko 2019-11-12 12:03:04 +03:00 committed by Josh Johnson
parent 68322d9528
commit fb2310cb56
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ $choices-icon-cross-inverse: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiI
border: 1px solid darken($choices-primary-color, 5%);
color: #ffffff;
word-break: break-all;
box-sizing: border-box;
&[data-deletable] {
padding-right: 5px;
}