From ff2f5cd58a297e26550cfdc05e2f9231b2ee4e96 Mon Sep 17 00:00:00 2001 From: Frankie Date: Fri, 10 Jun 2016 13:52:38 -0400 Subject: Change name-label css bug --- ui/app/css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui/app/css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 2e0775724..1e59928d0 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -366,8 +366,7 @@ input.large-input { } .name-label{ - position: relative; - bottom: 14px; + margin-bottom: 14px; } .edit-text { height: 100%; -- cgit