Skip to content

Commit

Permalink
NAS-131392: Dashboard - Initiate Failover button - text overlapping i…
Browse files Browse the repository at this point in the history
…ssue (#10770)

(cherry picked from commit 7137d25)

Co-authored-by: Alex Karpov <[email protected]>
  • Loading branch information
bugclerk and AlexKarpov98 authored Sep 30, 2024
1 parent a527ebf commit af377bf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
display: flex;
flex-direction: column;
height: 100%;

button {
height: inherit;
min-height: var(--mdc-text-button-container-height);
white-space: normal;
}
}

:host ::ng-deep {
Expand Down

0 comments on commit af377bf

Please sign in to comment.