UX: Improve layout of long tag headings on mobile

This commit is contained in:
Kris 2019-07-22 10:08:03 -04:00
parent f14c6d81f4
commit 8ee48d8933

View File

@ -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;
}