From 1be4dce20256f22d0be648fad016e819a050e95d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 11 Feb 2020 18:42:30 -0500 Subject: Add embedded diesel db migrations --- static/default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'static') diff --git a/static/default.css b/static/default.css index 2377d14..b3003ab 100644 --- a/static/default.css +++ b/static/default.css @@ -106,13 +106,10 @@ th, td { .details-visible { padding: 8px; - max-height: 1000px; + max-height: 600px; transition: all 0.15s ease-in-out; } -.details div { -} - tr:nth-child(2n + 1) td { background-color: #fff; } -- cgit v1.2.3