Skip to content

Commit

Permalink
[ACS-8158] Resolved issue where long tag names were not getting word …
Browse files Browse the repository at this point in the history
…wrapped in ACA. Fixed alignment issue with tag chip cross button (#3890)
  • Loading branch information
swapnil-verma-gl authored Jun 14, 2024
1 parent d7aeb48 commit dc28bcf
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* stylelint-disable selector-class-pattern */
@use '@angular/material' as mat;
@import '@alfresco/adf-core/theming';
@import '@alfresco/adf-core/lib/styles/mat-selectors';
@import 'custom-theme';
@import 'variables/variables';
@include custom-theme($custom-theme);
Expand Down Expand Up @@ -112,15 +113,11 @@ mat-slide-toggle {
color: var(--adf-theme-foreground-text-color-087);
}

.mat-mdc-button:is(button),
.mat-mdc-icon-button:is(button),
.mat-mdc-icon-button.mat-mdc-button-base:is(button) {
padding: 0;
height: 40px;
width: 40px;
#{$mat-chip}#{$mat-evolution-chip}#{$mat-standard-chip} {
height: auto;

.mat-mdc-button-touch-target {
display: none;
#{$mat-evolution-chip-text-label} {
white-space: normal;
}
}

Expand Down

0 comments on commit dc28bcf

Please sign in to comment.