Remove word-wrap property for Safari

This commit is contained in:
Junwoo Hwang 2021-01-30 22:04:49 +09:00
parent 70cc14fcbe
commit 223bd509aa
No known key found for this signature in database
GPG Key ID: 71C2505BD1C7546B

View File

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