From 07f399d417d50f19554d3f8b8b9a6f0dc98d2caa Mon Sep 17 00:00:00 2001 From: Azmi TOUIL <42934070+AzmiTouil@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:01:20 +0200 Subject: [PATCH] feat: Allow to customize Width for InputNumber Vue component- MEED-7379 - Meeds-io/MIPs#154 (#231) --- 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; }