Merge pull request #10064 from Dmitriymush/enhacements/styles-improvements

Improvements for styles and timewindow scss
This commit is contained in:
Igor Kulikov 2024-02-12 13:30:32 +02:00 committed by GitHub
commit 977479cbdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,7 @@
.mdc-button__label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}

View File

@ -1252,4 +1252,8 @@ mat-icon {
.cursor-pointer {
cursor: pointer;
}
.no-wrap {
white-space: nowrap;
}
}