mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Use border-box sizing on SK2 dropdowns
This commit is contained in:
parent
3bcd1485f7
commit
a791b67e66
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
.select-kit-collection {
|
.select-kit-collection {
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user