UX: multi-select items alignment fixes

This commit is contained in:
Joe 2018-09-19 21:14:27 +08:00 committed by GitHub
parent acd18ff9d8
commit 9e9fdac023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,6 @@
.choice {
display: inline-flex;
box-sizing: border-box;
padding: 0 5px;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
@ -157,7 +156,6 @@
.body {
background: $primary-low;
padding: 2px 4px;
margin-right: 2px;
}
.name {