all repos — honk @ 64b71f4cb4d76c577973af89a0df384d652c3ee9

my fork of honk

add overflow:hidden here to prevent horizontal scrolling artifacts
Ted Unangst tedu@tedunangst.com
Wed, 10 Jul 2019 22:59:55 -0400
commit

64b71f4cb4d76c577973af89a0df384d652c3ee9

parent

b870462dc7d91904f2966e226bec9e0ca641a2a9

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -117,6 +117,7 @@ margin-bottom: 1em;

padding-left: 1em; padding-right: 1em; padding-top: 0; + overflow: hidden; } .honk #honkform { padding: 1em;