App Settings Page: Align global secret buttons (#4519)

This commit is contained in:
RachelElysia 2022-03-09 09:16:45 -05:00 committed by GitHub
parent 6d2d38301b
commit 8935515a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1 @@
* Fix misaligned buttons on app settings page

View file

@ -50,9 +50,12 @@
}
.form-field {
width: 100%;
&__label {
font-weight: $bold;
margin-bottom: $pad-xsmall;
width: 100%;
}
&__hint {

View file

@ -61,6 +61,15 @@
// so tooltips won't be triggered with whitespace
.form-field__label {
display: inline-block;
display: inline-block;
.buttons {
top: 22px;
}
.enroll-secrets__secret-input {
.input-field {
width: 100%;
}
}
}
}