mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 20:26:23 +00:00
7 lines
157 B
SCSS
7 lines
157 B
SCSS
/*! toast/_extends.scss - */
|
|
@import '../../../angular-material/src/components/truncate/truncate.scss';
|
|
|
|
.md-no-truncate {
|
|
overflow: visible !important;
|
|
}
|