Skip to content

Commit

Permalink
Fix figcaption text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed May 19, 2020
1 parent 086c749 commit 4be820a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/css/_common/scaffolding/highlight/highlight.styl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ code {
border-bottom-color: var(--highlight-foreground);
}
}

a, span {
min-width: 0;
}
}

.gutter {
Expand Down

2 comments on commit 4be820a

@stevenjoezhang
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevenjoezhang
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superseded by ec2bf48

Please sign in to comment.