Merge pull request #4761 from GabrielInTheWorld/utilities

Fixes the break of very long messages in 'mat-chip'
This commit is contained in:
Emanuel Schütze 2019-06-05 16:34:18 +02:00 committed by GitHub
commit 59e83736b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -98,7 +98,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

@ -461,9 +461,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 {