2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

UX: Type system rebuild (#5492)

This commit is contained in:
Kris 2018-01-12 17:27:38 -05:00 committed by GitHub
parent 298ee26908
commit 674013129a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
86 changed files with 931 additions and 859 deletions

View file

@ -129,6 +129,7 @@
align-items: center;
white-space: nowrap;
overflow: hidden;
line-height: $line-height-medium;

.d-icon {
margin-left: 5px;
@ -146,7 +147,7 @@

.select-box-kit-row, .select-kit-row {
cursor: pointer;
line-height: normal;
line-height: $line-height-medium;
outline: none;
display: -webkit-box;
display: -ms-flexbox;