mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:32:26 +08:00
UX: Improve layout of long tag headings on mobile
This commit is contained in:
parent
f14c6d81f4
commit
8ee48d8933
|
@ -31,7 +31,14 @@
|
|||
|
||||
.tag-show-heading {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: hidden;
|
||||
@include breakpoint(mobile-large) {
|
||||
width: 100%;
|
||||
}
|
||||
.d-icon {
|
||||
margin: 0 0.25em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user