From 3d95848ba3fde1fe007bdb28c712917e8bbe4f17 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 25 Sep 2018 13:49:46 -0700 Subject: [PATCH] changed feedback button style --- app/templates/footer/footer.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/footer/footer.css b/app/templates/footer/footer.css index 2de2518f..9a0262a7 100644 --- a/app/templates/footer/footer.css +++ b/app/templates/footer/footer.css @@ -53,11 +53,11 @@ display: block; font-size: 12px; line-height: 12px; - padding: 5px; + padding: 5px 5px 5px 20px; overflow: hidden; - min-width: 12px; - max-width: 12px; - text-indent: 17px; + min-width: 30px; + max-width: 300px; + text-indent: 2px; transition: all 250ms ease-in-out; white-space: nowrap; }