Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 58d0613

Browse files
committed
fix(plugins/plugin-client-common): status stripe left-pad missing
Fixes #3724
1 parent 15b552f commit 58d0613

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/plugin-client-common/web/css/static/status-stripe.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
font-weight: bold;
7777
padding-right: 1em;
7878
}
79+
.kui--status-stripe .kui--status-stripe-element:first-child {
80+
padding-left: 1em;
81+
}
7982

8083
.kui--status-stripe-element > a {
8184
/* see https://github.com/IBM/kui/issues/3489 */

0 commit comments

Comments
 (0)