From 5266b8df03254d18e45264600eb22b07bbe77d0f Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 4 Dec 2018 10:26:25 -0500 Subject: [PATCH] Re-fix media attachments overflow --- brutaldon/static/css/brutaldon.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index c337445..7737311 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -99,7 +99,8 @@ emoji-link .level.attachments { - overflow: auto; + overflow-x: auto; + max-width: 80ex; }