Fix ng-select with an image

pull/3958/head
Chocobozzz 2021-04-27 09:15:39 +02:00
parent e1a5ad703f
commit 7695987e9d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ $ng-select-value-font-size: 15px;
&.ng-select-single .ng-value-container .ng-value { &.ng-select-single .ng-value-container .ng-value {
color: pvar(--inputForegroundColor); color: pvar(--inputForegroundColor);
.ng-value-label {
display: flex;
align-items: center;
}
} }
&.ng-select-multiple .ng-select-container .ng-value-container { &.ng-select-multiple .ng-select-container .ng-value-container {