Limited post note width

This commit is contained in:
rr- 2015-12-24 21:00:12 +01:00
parent 92631df9a4
commit 9fd34f06aa

View file

@ -263,6 +263,7 @@
width: -webkit-max-content; width: -webkit-max-content;
width: -moz-max-content; width: -moz-max-content;
width: max-content; width: max-content;
max-width: 22.5em;
} }
.post-note .text { .post-note .text {
padding: 0.5em; padding: 0.5em;