UI: set local min-height to 0 to restore proper enroll secret icon alignment (#9043)

* set local min-height to 0 restores intended alignment

* Locally fix same issue on Get API Token modal

* Add changefile
This commit is contained in:
Jacob Shandling 2022-12-16 14:32:51 -08:00 committed by GitHub
parent cf52f189c5
commit 3ff0945bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
- Fixed the alignment of the "copy" and "show" button icons in the manage enroll secrets and get API
token modals

View File

@ -17,6 +17,7 @@
margin-bottom: 0; margin-bottom: 0;
width: 500px; width: 500px;
height: 0; height: 0;
min-height: 0;
} }
.input-field { .input-field {

View File

@ -8,6 +8,8 @@
font-weight: $bold; font-weight: $bold;
margin-top: $pad-small; margin-top: $pad-small;
width: 100%; width: 100%;
height: 0;
min-height: 0;
} }
.input-field { .input-field {