From 5f28bb5ea5151b46889c715ba99afe62f838993c Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 5 Feb 2019 10:53:03 -0500 Subject: [PATCH] Fix attachments width on bulma light themes. --- brutaldon/static/css/brutaldon.css | 1 - 1 file changed, 1 deletion(-) diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index a2f1240..d2ca88c 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -105,7 +105,6 @@ emoji-link .level.attachments { overflow-x: auto; - max-width: 80ex; }