Fixes the break of very long messages in 'mat-chip'

This commit is contained in:
GabrielMeyer 2019-06-04 10:05:23 +02:00 committed by Emanuel Schütze
parent fc7f82c625
commit 403d82f781
2 changed files with 4 additions and 3 deletions

View File

@ -96,7 +96,7 @@
<!-- recommendation line -->
<div
*ngIf="motion.recommendation && motion.state.next_states_id.length > 0"
class="ellipsis-overflow white"
class="ellipsis-overflow white spacer-top-3"
>
<mat-basic-chip class="bluegrey" [disabled]="true">
{{ getRecommendationLabel(motion) }}

View File

@ -462,9 +462,10 @@ mat-expansion-panel {
font-size: 12px;
min-height: 22px !important;
border-radius: 5px !important;
padding: 4px 8px !important;
margin: 8px 8px 8px 0;
padding: 0px 8px !important;
margin: 0;
line-height: 2;
display: inline-flex;
}
.mat-chip-list.user .mat-chip {