From dbf659b54bfeb312e2fc80eeb45edfc89f64610c Mon Sep 17 00:00:00 2001 From: Qs-F Date: Sun, 3 Apr 2022 22:51:46 +0900 Subject: [PATCH] Fix content overflow --- Resources/IosOsushiTheme/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/IosOsushiTheme/styles.css b/Resources/IosOsushiTheme/styles.css index a6858fc..c0b691e 100644 --- a/Resources/IosOsushiTheme/styles.css +++ b/Resources/IosOsushiTheme/styles.css @@ -126,6 +126,7 @@ a { .content { margin-bottom: 40px; + overflow-wrap: break-word; } .browse-all {