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:
@@ -0,0 +1,2 @@
|
||||
- Fixed the alignment of the "copy" and "show" button icons in the manage enroll secrets and get API
|
||||
token modals
|
||||
@@ -17,6 +17,7 @@
|
||||
margin-bottom: 0;
|
||||
width: 500px;
|
||||
height: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.input-field {
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
font-weight: $bold;
|
||||
margin-top: $pad-small;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.input-field {
|
||||
|
||||
Reference in New Issue
Block a user