Skip to content

Commit

Permalink
🐛 Fix module titles overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Jun 1, 2019
1 parent 97c1a3f commit c3f0e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ section > h3.title:first-child > p {
}
section > h3.title:first-child > p:last-child {
text-align: right;
white-space: nowrap;
}
section > h3.title:first-child::before {
content: "";
Expand Down

0 comments on commit c3f0e43

Please sign in to comment.