Skip to content

Commit fc775de

Browse files
authored
Merge pull request #209 from wp99cp/develop
fix accordion titles with multiple words get cut off
2 parents f215263 + 3d2b7ab commit fc775de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emeal/menuplanung",
3-
"version": "1.14.11",
3+
"version": "1.14.12",
44
"license": "MIT",
55
"copyrights": "© 2019 - 2023 Cevi Züri 11 - eMeal Menüplanung",
66
"scripts": {

frontend/src/styles.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ tbody
408408
td
409409
outline: none
410410

411+
.mat-expansion-panel-header-title
412+
flex-grow: 1 !important
411413

412414
///////////////////////////////////////////////////////////////
413415
// Dialoge

0 commit comments

Comments
 (0)