Skip to content

Commit bb112a7

Browse files
Merge pull request #8889 from jeffibm/fix-summary-subrow-items
Fix for the subrow items in summary pages
2 parents 30eb548 + b5020a8 commit bb112a7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/stylesheet/miq-structured-list.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,14 @@
9595
.sub_row_item {
9696
width: 100%;
9797
display: flex;
98-
padding: 5px 0 5px 0;
98+
margin-bottom: 5px;
99+
100+
.cell {
101+
align-items: flex-start;
102+
}
99103

100104
.sub_label {
101-
width: 50%;
105+
width: 45%;
102106
font-weight: 600;
103107
display: inline-block;
104108
text-overflow: ellipsis;
@@ -109,6 +113,7 @@
109113
.sub_value {
110114
display: flex;
111115
flex-grow: 1;
116+
width: 45%;
112117
}
113118
}
114119
}

0 commit comments

Comments
 (0)