From 620ec34a38f71cb7861e9513bc79c6e5a05cd2be Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Thu, 27 Aug 2020 19:04:15 +0530 Subject: [PATCH] fix: Remove unnecessary modal style for smaller screens --- frappe/public/less/mobile.less | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/frappe/public/less/mobile.less b/frappe/public/less/mobile.less index 9f61adc3c4..e844f83594 100644 --- a/frappe/public/less/mobile.less +++ b/frappe/public/less/mobile.less @@ -232,23 +232,6 @@ body { } } .modal { - .modal-dialog { - margin: 0px; - padding: 0px; - width: 100%; - background-color: #fff; - } - - .modal-content { - border-radius: 0px; - border: none; - height: 100%; - } - - .modal-body .form-layout { - margin: -15px; - } - .file-upload { .input-upload { width: 100%;