18 lines
298 B
SCSS
Raw Normal View History

@import '~apps/client/src/styles/ghostfolio-style';
:host {
display: block;
.mat-flat-button {
::ng-deep {
.mat-button-wrapper {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
}
}
}