Fleet UI: Unreleased styling bugs (Enroll secret width, Label dropdown icon) (#8565)

This commit is contained in:
RachelElysia 2022-11-04 09:22:30 -04:00 committed by GitHub
parent 9f160c058f
commit 8ef9f805f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
font-size: $x-small; font-size: $x-small;
font-weight: $bold; font-weight: $bold;
margin-bottom: 0; margin-bottom: 0;
width: 560px; width: 485px;
} }
.input-field { .input-field {

View File

@ -34,6 +34,7 @@
content: url(../assets/images/icon-filter-v2-black-16x16@2x.png); content: url(../assets/images/icon-filter-v2-black-16x16@2x.png);
transform: scale(0.5); transform: scale(0.5);
left: -6px; left: -6px;
top: -1px;
} }
} }