From 5e3d081c997071b708a9a588725f3c27f6bcb9f8 Mon Sep 17 00:00:00 2001 From: Cliff Su Date: Fri, 14 Feb 2020 15:41:51 +0800 Subject: [PATCH] Fix #15954 - Export Maximal length of created query input too small Signed-off-by: Cliff Su --- themes/bootstrap/scss/_common.scss | 4 ---- themes/pmahomme/scss/_common.scss | 4 ---- 2 files changed, 8 deletions(-) diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index e53f53f881..f5746dc141 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -176,10 +176,6 @@ select { } input { - &[type=number] { - width: 50px; - } - &[type=text], &[type=password], &[type=number], diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 13f0b1dd23..1f2e5101c4 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -181,10 +181,6 @@ select { } input { - &[type=number] { - width: 50px; - } - &[type=text], &[type=password], &[type=number],