mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user