Skip to content

Commit

Permalink
[4853]apps/budgeting/list-item/labels: char limit for ampel labels re…
Browse files Browse the repository at this point in the history
…moved. other labels 25 chars limit kept.
  • Loading branch information
Kha authored and fuzzylogic2000 committed Feb 10, 2023
1 parent 1302463 commit cb69bd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meinberlin/assets/scss/components/_list_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
max-width: 25ch; // cuts label text after approx 30char
text-overflow: ellipsis;
white-space: nowrap;

&.label--consideration,
&.label--qualified,
&.label--rejected,
&.label--accepted {
max-width: none;
}
}
}

Expand Down

0 comments on commit cb69bd0

Please sign in to comment.