fix: remove word-wrap property for Safari (#131)

This commit is contained in:
Junwoo Hwang 2021-02-12 03:05:12 +09:00 committed by GitHub
parent a37ebbe2aa
commit 9914bba42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,6 @@
padding: 2px 4px; padding: 2px 4px;
border-radius: var(--tag-border-radius); border-radius: var(--tag-border-radius);
font-family: var(--code-font-family); font-family: var(--code-font-family);
word-wrap: break-word;
} }
.gallery { .gallery {