Fix figcaption text overflow

This commit is contained in:
Mimi 2020-05-19 13:03:18 +08:00
parent 086c749254
commit 4be820a49f

View File

@ -65,6 +65,10 @@ code {
border-bottom-color: var(--highlight-foreground); border-bottom-color: var(--highlight-foreground);
} }
} }
a, span {
min-width: 0;
}
} }
.gutter { .gutter {