Tiny padding fixes

This commit is contained in:
Michael Shamoon 2020-12-18 01:18:11 -08:00
parent 55c4c690ef
commit c05de3d57f

View File

@ -80,7 +80,7 @@ body {
border-bottom-right-radius: 0;
.ng-value-container .ng-input {
top: 8px;
top: 10px;
}
}
@ -95,4 +95,8 @@ body {
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
background-color: transparent;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
padding-top: 1px;
}
}