From 174c69234aa382725f0faf4d31b3ef510907980f Mon Sep 17 00:00:00 2001 From: John Shaver Date: Thu, 16 Aug 2018 20:24:51 -0700 Subject: [PATCH] Added a terrible temorary fix to the tables. --- app/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/main.css b/app/styles/main.css index 4844298..5edb642 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -174,4 +174,8 @@ a { .tabbed-selector input[type=radio] { display: none; +} + +table.js-acme-table-http-01, table.js-acme-table-dns-01 { + margin-left: -14em; } \ No newline at end of file