Commit 3606a29
committed
fix(dashboard): prevent PublishedLabel overlap in non-English languages
Change CoverFooter flex-wrap from nowrap to wrap to allow the status
label to wrap to a new line when translated text is longer than English.
Add min-width: 0 to CoverFooterLeft to override the default min-width: auto,
allowing proper shrinking behavior with overflow: hidden.
Fixes #363571 parent 7cd76e4 commit 3606a29
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
0 commit comments