From 9fd34f06aa1469bf877b0648a4f6025037adb5b5 Mon Sep 17 00:00:00 2001 From: rr- Date: Thu, 24 Dec 2015 21:00:12 +0100 Subject: [PATCH] Limited post note width --- public_html/css/post.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/post.css b/public_html/css/post.css index c658cffd..b6b04500 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -263,6 +263,7 @@ width: -webkit-max-content; width: -moz-max-content; width: max-content; + max-width: 22.5em; } .post-note .text { padding: 0.5em;