mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -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
|
&.bar { //bar category style
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
span.badge-category {
|
span.badge-category {
|
||||||
color: $primary !important;
|
color: $primary !important;
|
||||||
|
@ -130,6 +131,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.autocomplete .badge-wrapper {
|
||||||
|
max-width: 230px;
|
||||||
|
}
|
||||||
|
|
||||||
// Category badge dropdown
|
// Category badge dropdown
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue