sogo/UI/WebServerResources/scss/components/truncate/_extends.scss
2019-10-02 11:56:08 -04:00

7 lines
157 B
SCSS

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