Skip to content

Commit 92ade00

Browse files
authored
Fix issue with title spacing when width matches article column. (#15)
1 parent a3c4016 commit 92ade00

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/beeware_docs_tools/overrides/assets/stylesheets/beeware_theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@
302302
color: var(--md-typeset-color);
303303
}
304304

305+
/* Fix issue with spacing when title is exactly the width of the article column */
306+
.md-typeset h1 a.headerlink {
307+
display: none;
308+
}
309+
305310
/* Link colors */
306311
.md-typeset a, .md-nav__link {
307312
color: light-dark(#084AFF, #526CFE);

0 commit comments

Comments
 (0)