Skip to content

Commit

Permalink
Fix missing css
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffengreiner committed Jul 12, 2023
1 parent fc07686 commit a14eac9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
gap: var(--lumo-space-s);
}

.page-area.project-details-component .details-content .placeholder {
color: var(--lumo-secondary-text-color);
}

.page-area.project-details-component vaadin-multi-select-combo-box {
width: 75%
}
Expand Down

0 comments on commit a14eac9

Please sign in to comment.