mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
UX: Set max-width in order to trigger overflow.
This commit is contained in:
parent
d220eb34ff
commit
abc4454e89
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
&.bar { //bar category style
|
||||
line-height: 1.25;
|
||||
margin-right: 5px;
|
||||
display: inline-flex;
|
||||
|
||||
span.badge-category {
|
||||
color: $primary !important;
|
||||
|
@ -130,6 +131,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.autocomplete .badge-wrapper {
|
||||
max-width: 230px;
|
||||
}
|
||||
|
||||
// Category badge dropdown
|
||||
// --------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue