Skip to content

Commit

Permalink
fix: force block display to heading variations of text
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 2, 2023
1 parent c95c7c1 commit 8aee75d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/all/src/text/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@

// Types

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
// Force block display in case of component with inline element
display: block;
}

.h1 {
--font-size: 29px;
--font-weight: 500;
Expand Down

0 comments on commit 8aee75d

Please sign in to comment.