mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +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 {
|
.tag-show-heading {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: hidden;
|
||||||
|
@include breakpoint(mobile-large) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.d-icon {
|
.d-icon {
|
||||||
margin: 0 0.25em;
|
margin: 0 0.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user