UI: minor improvements for styles and timewindow scss

This commit is contained in:
Dmitriymush 2024-01-25 13:32:33 +02:00
parent 5ad070f407
commit fec8c5695d
2 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,12 @@
.mdc-button__label {
overflow: hidden;
text-overflow: ellipsis;
height: 100%;
span {
display: block;
height: 100%;
}
}
}
}

View File

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