Skip to content

Commit e5e57a3

Browse files
committed
all: Put some margin between dialog alerts and the body
1 parent b58dc8e commit e5e57a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/machines.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@
9090
white-space: pre-wrap;
9191
overflow-wrap: break-word;
9292
}
93+
94+
.pf-v6-c-modal-box__body .pf-v6-c-alert {
95+
margin-block-end: var(--pf-t--global--spacer--md);
96+
}

0 commit comments

Comments
 (0)