mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
App Settings Page: Align global secret buttons (#4519)
This commit is contained in:
parent
6d2d38301b
commit
8935515a08
3 changed files with 14 additions and 1 deletions
1
changes/issue-4499-align-buttons
Normal file
1
changes/issue-4499-align-buttons
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fix misaligned buttons on app settings page
|
||||
|
|
@ -50,9 +50,12 @@
|
|||
}
|
||||
|
||||
.form-field {
|
||||
width: 100%;
|
||||
|
||||
&__label {
|
||||
font-weight: $bold;
|
||||
margin-bottom: $pad-xsmall;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__hint {
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue