1
0
Fork 0

Fix ng select size

This commit is contained in:
Chocobozzz 2021-06-30 10:00:12 +02:00
parent c894a1ea72
commit 701348feed
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ $ng-select-height: 30px;
$ng-select-value-padding-left: 15px;
$ng-select-value-font-size: 15px;
@use '~@ng-select/ng-select/scss/default.theme';
@import '~@ng-select/ng-select/scss/default.theme';
.ng-select {
font-size: $ng-select-value-font-size;
@ -28,7 +28,6 @@ $ng-select-value-font-size: 15px;
.ng-select-container {
background-color: pvar(--inputBackgroundColor);
}
.ng-arrow-wrapper {