FIX: Do not wrap flair title in chooser (#13667)

This commit is contained in:
Bianca Nenciu 2021-07-08 15:51:47 +03:00 committed by GitHub
parent 87c1e98571
commit c39ab6c0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 22 deletions

View File

@ -1,5 +1,6 @@
.flair-chooser .select-kit-header,
.select-kit .flair-row {
.select-kit.flair-chooser {
.select-kit-header,
.flair-row {
.avatar-flair {
align-items: center;
background-position: center;
@ -22,8 +23,13 @@
width: (30px / 1.8);
}
}
}
.select-kit.flair-chooser .select-kit-header {
span {
white-space: nowrap;
}
}
.select-kit-header {
padding: 2px 4px;
}
}