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 { .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 {