UX: Use border-box sizing on SK2 dropdowns

This commit is contained in:
Penar Musaraj 2020-02-12 14:14:36 -05:00
parent 3bcd1485f7
commit a791b67e66

View File

@ -31,6 +31,7 @@
.select-kit-collection {
border-radius: inherit;
box-sizing: border-box;
width: 100%;
}
}