Skip to content

Commit 366c281

Browse files
committed
Update empty state message and remove background color from empty section
1 parent 665453c commit 366c281

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/common/utils/i18n/resources/en/reportDetail.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"normal-values": {
6969
"title": "Normal values",
70-
"empty": "No values available.",
70+
"empty": "No values to display",
7171
"empty-description": "No normal values within the normal range were detected."
7272
},
7373
"conclusion": {

frontend/src/pages/Reports/ReportDetailPage.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193

194194
&__section-empty {
195195
padding: 24px 16px 32px;
196-
background-color: #fff;
197196
}
198197

199198
&__section-empty-content {

0 commit comments

Comments
 (0)