Skip to content

Commit

Permalink
Merge pull request FlowingCode#108 from FlowingCode/fix-101
Browse files Browse the repository at this point in the history
fix: fix style of first line in dense grid
  • Loading branch information
flang authored Dec 29, 2023
2 parents f4bf609 + 8dd5d8e commit 2ebdc11
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
* Copyright 2020-2022 Vaadin Ltd.
*/

:host([theme~="fcGh-dense"]) [part~="cell"] {
:host([theme~="fcGh-dense"]) [part~="cell"],
:host([theme~="fcGh-dense"]:not([theme~='no-row-borders'])) [part~='first-row'] [part~="cell"] {
min-height: var(--lumo-size-xxs);
}

:host([theme~="fcGh-dense"]) {
font-size: var(--lumo-font-size-xs);
}
Expand Down

0 comments on commit 2ebdc11

Please sign in to comment.