From 55cc615f5b0dc674bd6014995b3a51f785c46797 Mon Sep 17 00:00:00 2001 From: Azmi TOUIL <42934070+AzmiTouil@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:35:59 +0200 Subject: [PATCH] feat: Allow to customize Width for InputNumber Vue component- MEED-7379 - Meeds-io/MIPs#154 --- layout-webapp/src/main/webapp/skin/less/editor.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout-webapp/src/main/webapp/skin/less/editor.less b/layout-webapp/src/main/webapp/skin/less/editor.less index 08e7b6c69..8c44ab82f 100644 --- a/layout-webapp/src/main/webapp/skin/less/editor.less +++ b/layout-webapp/src/main/webapp/skin/less/editor.less @@ -81,10 +81,6 @@ padding-top: 1px; } -.layout-number-input { - width: 36px; -} - .t-20 { top: 20px; }