Skip to content

Commit

Permalink
fix(experimental): fix tuiTitle bold inside tuiCell (#7382)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed May 8, 2024
1 parent fb6ff06 commit f695179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/experimental/directives/card/card.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
overscroll-behavior: contain;

&[tuiTitle],
[tuiTitle] {
[tuiTitle]:not([tuiCell] *) {
font-weight: bold;
}

Expand Down

0 comments on commit f695179

Please sign in to comment.