Skip to content

Commit df2dd3c

Browse files
committed
feat: adjust line-height for multi-line text in white-box details
Signed-off-by: jiwlee <[email protected]>
1 parent 97af89a commit df2dd3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/src/app/applications/components/application-details/application-details.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ $header: 120px;
2121
}
2222
}
2323

24+
.white-box__details-row .columns.small-9 {
25+
line-height: 1.4;
26+
min-height: 50px;
27+
padding-top: 15px;
28+
padding-bottom: 15px;
29+
}
30+
2431
.argo-dropdown__content.is-menu {
2532
max-height: 500px;
2633
}

0 commit comments

Comments
 (0)