Fixes the break of very long messages in 'mat-chip'
This commit is contained in:
parent
fc7f82c625
commit
403d82f781
@ -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) }}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user