sogo/UI/WebServerResources/scss/components/truncate/_extends.scss

7 lines
157 B
SCSS
Raw Normal View History

/*! toast/_extends.scss - */
@import '../../../angular-material/src/components/truncate/truncate.scss';
.md-no-truncate {
overflow: visible !important;
}