mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
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:
parent
cf52f189c5
commit
3ff0945bd0
@ -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;
|
margin-bottom: 0;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-field {
|
.input-field {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user