From ebe89ee10ba879c12d2b77dfdbd99527fe1318be Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 8 Jul 2020 11:54:51 +0530 Subject: [PATCH] fix: User role font-size --- frappe/core/doctype/user/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/core/doctype/user/user.css b/frappe/core/doctype/user/user.css index ec17030060..f7ef2d65a0 100644 --- a/frappe/core/doctype/user/user.css +++ b/frappe/core/doctype/user/user.css @@ -1,6 +1,6 @@ .user-role { padding: 5px; - width: 50%; + font-size: var(--text-md); float: left; }