From 265f99f327a3004bc41f9dc14587141a4a219d65 Mon Sep 17 00:00:00 2001 From: Soumya Himanish Mohapatra Date: Thu, 21 Dec 2017 17:46:01 +0530 Subject: [PATCH] adjusted line height of label --- assets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.css b/assets/main.css index b188b92a..a3607d88 100644 --- a/assets/main.css +++ b/assets/main.css @@ -940,7 +940,7 @@ tbody { } #addPasswordWrapper label { - line-height: 20px; + line-height: 23px; cursor: pointer; color: #737373; }