debian-mirror-gitlab/app/assets/stylesheets/framework/read_more.scss

14 lines
228 B
SCSS
Raw Normal View History

2018-11-20 20:47:30 +05:30
.read-more-container {
@include media-breakpoint-down(md) {
&:not(.is-expanded) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
> * {
display: inline;
}
}
}
}