From 6ebb563fbbd7dc05f9f88a13ae9379db9e02c8b7 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 6 Feb 2017 04:40:24 -0500 Subject: [PATCH] fix css --- contrib/static/site.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 5e7c308..e5e5b7e 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -368,9 +368,8 @@ input, textarea { display: table; padding: 2px; margin: 2px; - - display: inline-block; /* + display: inline-block; float: left; */ clear: both; min-width: 500px; @@ -679,4 +678,4 @@ th > label { flex-direction: column; } -[data-subject~="None"] { display: none; } \ No newline at end of file +[data-subject~="None"] { display: none; }