Skip to content

Commit 8c721e3

Browse files
committed
panel.scss: disable h* margin in panel-heading components
1 parent b7d93c8 commit 8c721e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/components/src/theme/panel.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
margin-top: 3px;
6868
}
6969

70+
// Override the default margin for h* elements within a panel heading
71+
.panel-heading:is(h1, h2, h3, h4, h5, h6) {
72+
margin: 0;
73+
}
74+
7075

7176
// revert panel heading font-size for those within a tabbed-grid-panel
7277
.tabbed-grid-panel .panel-heading {

0 commit comments

Comments
 (0)