mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 09:21: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;
|
|
}
|