Skip to content

Commit c48bfe7

Browse files
authored
fix(ui5-upload-collection): wrap noDataText/Desc text (#2674)
Now the noDataText and noDateDescription texts will wrap upon overflow. Prior to this change the texts truncate. FIXES: #2672
1 parent 849d052 commit c48bfe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fiori/src/UploadCollection.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<div class="icon-container">
1616
<ui5-icon name="document"></ui5-icon>
1717
</div>
18-
<ui5-title level="H2">{{_noDataText}}</ui5-title>
19-
<ui5-label class="subtitle">{{_noDataDescription}}</ui5-label>
18+
<ui5-title level="H2" wrap>{{_noDataText}}</ui5-title>
19+
<ui5-label class="subtitle" wrap>{{_noDataDescription}}</ui5-label>
2020
</div>
2121
{{else if _showDndOverlay}}
2222
<div

0 commit comments

Comments
 (0)