add overflow:hidden here to prevent horizontal scrolling artifacts
Ted Unangst tedu@tedunangst.com
Wed, 10 Jul 2019 22:59:55 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -117,6 +117,7 @@ margin-bottom: 1em;
padding-left: 1em; padding-right: 1em; padding-top: 0; + overflow: hidden; } .honk #honkform { padding: 1em;