mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 17:23:44 +08:00
UX: multi-select items alignment fixes
This commit is contained in:
parent
acd18ff9d8
commit
9e9fdac023
|
@ -74,7 +74,6 @@
|
||||||
.choice {
|
.choice {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 5px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -157,7 +156,6 @@
|
||||||
.body {
|
.body {
|
||||||
background: $primary-low;
|
background: $primary-low;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
margin-right: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user