We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30eb548 + b5020a8 commit bb112a7Copy full SHA for bb112a7
app/stylesheet/miq-structured-list.scss
@@ -95,10 +95,14 @@
95
.sub_row_item {
96
width: 100%;
97
display: flex;
98
- padding: 5px 0 5px 0;
+ margin-bottom: 5px;
99
+
100
+ .cell {
101
+ align-items: flex-start;
102
+ }
103
104
.sub_label {
- width: 50%;
105
+ width: 45%;
106
font-weight: 600;
107
display: inline-block;
108
text-overflow: ellipsis;
@@ -109,6 +113,7 @@
109
113
.sub_value {
110
114
111
115
flex-grow: 1;
116
112
117
}
118
119
0 commit comments