From 5c034fb2d1dbc580ce64de476e88bcd23b44c08b Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:30:29 +0100 Subject: [PATCH] Change to compact attribute --- .../resources/hudson/model/Run/new-build-page.jelly | 4 +--- .../lib/hudson/editDescriptionButton.jelly | 13 +++++-------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/core/src/main/resources/hudson/model/Run/new-build-page.jelly b/core/src/main/resources/hudson/model/Run/new-build-page.jelly index 219e3babeb..85b1167509 100644 --- a/core/src/main/resources/hudson/model/Run/new-build-page.jelly +++ b/core/src/main/resources/hudson/model/Run/new-build-page.jelly @@ -41,9 +41,7 @@ THE SOFTWARE. ${it.displayName} - +
diff --git a/core/src/main/resources/lib/hudson/editDescriptionButton.jelly b/core/src/main/resources/lib/hudson/editDescriptionButton.jelly index 5edd9c64dd..8c8cdda2e3 100644 --- a/core/src/main/resources/lib/hudson/editDescriptionButton.jelly +++ b/core/src/main/resources/lib/hudson/editDescriptionButton.jelly @@ -13,11 +13,8 @@ Optional submission URL. If not specified, will use 'submitDescription'. - - Additional CSS classes. - - - If enabled, the button label will be hidden and a tooltip visible. + + If set, the button becomes compact and the button label hides. @@ -36,14 +33,14 @@ - + tooltip="${!attrs.compact ? label : null}"> - + ${label}