From 4b8d484215410955073aa6388c202d9dd67a57c9 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 14 Dec 2020 11:05:11 +0530 Subject: [PATCH] fix: Subheading style for mobile view --- frappe/public/less/mobile.less | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/frappe/public/less/mobile.less b/frappe/public/less/mobile.less index 596523e99f..31409099b5 100644 --- a/frappe/public/less/mobile.less +++ b/frappe/public/less/mobile.less @@ -47,12 +47,7 @@ body { .page-head .sub-heading { - font-weight: normal; - font-size: 10px; - display: block; - position: absolute; - right: 140px; - min-width: 200px; + font-size: var(--text-xs); } } @@ -369,11 +364,6 @@ body { } } - body[data-route^="Form"] { - .page-head .sub-heading { - right: 90px; - } - } .timeline { &::before { content: none;