From 2efd43627f7c3736161728e899e0b2163f907e0d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Apr 2020 21:59:29 +0300 Subject: Fix overflow in photos --- src/main/assets/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 805ea0f7..fa5ad8b8 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -461,6 +461,7 @@ article .tags > a::before, } .msg-media { text-align: center; + overflow: auto; } .msg-links { color: #999; -- cgit v1.2.3