gitlab-org--gitlab-foss/app/assets/stylesheets/framework/read_more.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
228 B
SCSS
Raw Normal View History

2018-09-06 07:27:39 +00:00
.read-more-container {
@include media-breakpoint-down(md) {
&:not(.is-expanded) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
> * {
display: inline;
}
}
}
}