all repos — honk @ 12bd79a57083fca102c90a4bcf638ba66fb5a50b

my fork of honk

provide some style for tables
Ted Unangst tedu@tedunangst.com
Tue, 14 May 2019 11:12:21 -0400
commit

12bd79a57083fca102c90a4bcf638ba66fb5a50b

parent

b39e46d3b92356f24d24cf3794dcb488de12b1a2

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

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

@@ -12,6 +12,11 @@ margin-left: 0em;

padding-left: 0.5em; border-left: 1px solid #aab; } +table { + display: block; + max-width: 100%; + overflow-x: auto; +} a { color: #dde; }