From adc55875816b8a366296ff434d7bec08190d40dd Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Mon, 13 Dec 2021 08:09:48 +0000 Subject: [PATCH] Add TODO for important when we can remove it --- war/src/main/less/modules/form.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/war/src/main/less/modules/form.less b/war/src/main/less/modules/form.less index d2e71c29575c..da8f51d55a1b 100644 --- a/war/src/main/less/modules/form.less +++ b/war/src/main/less/modules/form.less @@ -241,8 +241,8 @@ display: block; border: 2px solid var(--input-border); padding: 8px; - width: 100% !important; - max-width: 100% !important; + width: 100% !important; // TODO remove important after https://github.com/jenkinsci/credentials-plugin/pull/255 + max-width: 100% !important; // TODO remove important after https://github.com/jenkinsci/credentials-plugin/pull/255 border-radius: 6px; box-shadow: 0 0 0 10px transparent; transition: 0.2s ease;