Skip to content

Commit f58f3d3

Browse files
committed
Fix error message spacing inside login-buttons container
Ensure `.errors` inside `.login-buttons` has no extra padding and that the last error item retains a bottom margin, matching the layout used for the primary login form errors.
1 parent 43363c3 commit f58f3d3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

public/css/icinga/login.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@
147147
flex-direction: column;
148148
row-gap: .5em;
149149
margin-top: 2em;
150+
151+
.errors {
152+
padding: 0;
153+
154+
li:last-child {
155+
margin-bottom: 1em;
156+
}
157+
}
150158
}
151159
}
152160

0 commit comments

Comments
 (0)