diff options
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index ffe496458..2e0775724 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -365,7 +365,10 @@ input.large-input { .account-detail-section { } - +.name-label{ + position: relative; + bottom: 14px; +} .edit-text { height: 100%; visibility: hidden; |