Skip to content

Commit

Permalink
fix(heading): do not apply font related css to wrapper (#333)
Browse files Browse the repository at this point in the history
Signed-off-by: Wanjin Noh <[email protected]>
  • Loading branch information
WANZARGEN authored Mar 23, 2023
1 parent ecd9788 commit f0a771f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/data-display/heading/PHeading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@ export default defineComponent<Props>({
width: 100%;
margin-bottom: 1.5rem;
> .heading-wrapper {
font-weight: bold;
> h2 {
font-weight: bold;
&.has-right {
margin-right: 0.5rem;
}
}
> .total-count {
font-weight: bold;
@apply text-gray-900;
}
}
Expand Down

0 comments on commit f0a771f

Please sign in to comment.