mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: Set max-width in order to trigger overflow.
This commit is contained in:
parent
d220eb34ff
commit
abc4454e89
@ -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 New Issue
Block a user