From 6ec12f23cfc9170550b91a473e5b6a342ab0ea4a Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Tue, 10 May 2011 22:02:55 -0700 Subject: [PATCH] rendering issues in IE can push the button to far right. Better to left-align this to avoid this problem in case it happens --- core/src/main/resources/hudson/PluginManager/table.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/PluginManager/table.jelly b/core/src/main/resources/hudson/PluginManager/table.jelly index 1d00a51a2a..d80f1e6ee5 100644 --- a/core/src/main/resources/hudson/PluginManager/table.jelly +++ b/core/src/main/resources/hudson/PluginManager/table.jelly @@ -136,7 +136,7 @@ THE SOFTWARE. -
+
-- GitLab