Merge pull request #10064 from Dmitriymush/enhacements/styles-improvements
Improvements for styles and timewindow scss
This commit is contained in:
commit
977479cbdb
@ -58,6 +58,7 @@
|
||||
.mdc-button__label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1252,4 +1252,8 @@ mat-icon {
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user