Skip to content

Commit 48a8b0e

Browse files
committed
fix: ensure that meta containers are the same width
Fixes that some meta container might collapse if there are many labels.
1 parent e1ad477 commit 48a8b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

report-app/src/app/pages/report-list/report-list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ h1, h2 {
9090

9191
.run-meta-container {
9292
width: 35%;
93+
flex-shrink: 0;
9394
}
9495

9596
.report-item-container {

0 commit comments

Comments
 (0)