mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Fix flash message for flex-container (#30657)
This commit is contained in:
@ -495,12 +495,6 @@ img.ui.avatar,
|
||||
margin-top: calc(var(--page-spacing) - 1rem);
|
||||
}
|
||||
|
||||
/* add horizontal margin to elements that are outside top-level of .flex-container or .ui.container */
|
||||
.page-content > .flash-message {
|
||||
margin-left: var(--page-margin-x);
|
||||
margin-right: var(--page-margin-x);
|
||||
}
|
||||
|
||||
.ui.form .fields.error .field textarea,
|
||||
.ui.form .fields.error .field select,
|
||||
.ui.form .fields.error .field input:not([type]),
|
||||
|
Reference in New Issue
Block a user