Skip to content

Commit

Permalink
Fixes the issue 7402
Browse files Browse the repository at this point in the history
Signed-off-by: Phanindra kumar Paladi <phanindrakumar.paladi@gmail.com>
  • Loading branch information
phanithinks committed Sep 11, 2023
1 parent 37dc6f2 commit f6c3aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_sass/overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ div.overview {
h2[id]:before,
h4[id]:before,
h5[id]:before {
display: block;
display: inline-block;
content: " ";
visibility: hidden;
}
Expand Down Expand Up @@ -83,4 +83,4 @@ a:hover, a > strong:hover {
.image-right {
float: right;
padding-right: 10px;
}
}

0 comments on commit f6c3aff

Please sign in to comment.