[ACS-9012] Truncate text in saved searches description (#4265)

* [ACS-9012] Truncate text in saved searches description

* [ACS-9012] Truncate name column and navigation menu items

* [ACS-9012] Unit test fixes
This commit is contained in:
MichalKinas
2024-12-05 15:04:52 +01:00
committed by GitHub
parent fe8d5039bc
commit 93157d2e60
7 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
@import '@alfresco/adf-core/lib/styles/mat-selectors';
.aca-sidenav {
display: flex;
flex: 1;
@@ -108,6 +110,11 @@
line-height: 32px;
justify-content: start;
#{$mat-button-label} {
overflow: hidden;
text-overflow: ellipsis;
}
&--active {
color: var(--theme-sidenav-active-text-color);
background: var(--theme-selected-background-color);