Skip to content

Commit

Permalink
fix font-size of ng-value in wp type status row (#13646)
Browse files Browse the repository at this point in the history
* fix font-size of ng-value in wp type status row

* specify the font-size for ng-select

---------

Co-authored-by: bsatarnejad <b.satarnejad@gmail.com>
  • Loading branch information
ulferts and bsatarnejad committed Sep 7, 2023
1 parent 0bbfa90 commit fbd1c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/global_styles/content/_autocomplete.sass
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ div.autocomplete
// -------------------------- ng-select --------------------------
.ng-select
width: 100%
font-size: var(--body-font-size)

.ng-value-container
min-height: 2rem
Expand Down Expand Up @@ -115,6 +116,7 @@ div.autocomplete

.ng-option
line-height: 22px
font-size: var(--body-font-size)

.op-avatar
margin-right: 8px
Expand Down

0 comments on commit fbd1c4b

Please sign in to comment.