Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Feb 14, 2023
1 parent a69d20d commit 1674018
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
margin-bottom: 10px;
}

.ab-note .ab-deco-title .ab-deco-title-title {
height: auto;
}

.ab-note .ab-deco-title .ab-deco-title-title[title-type="table"] > p {
font-weight: bold;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
margin: 0;
margin-bottom: 10px;
}
.ab-deco-title-title{
height: auto;
}
.ab-deco-title-title[title-type="table"]>p{
font-weight: bold;
text-align: center;
Expand Down

0 comments on commit 1674018

Please sign in to comment.