From 16b3cff40f6294829d7ed36ccddf57f89348ab2f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 19 Jan 2026 09:18:00 +0000 Subject: [PATCH] Remove unused styles for `#tab-content-modules` (#43686). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24333 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3d7b59d37..aaea24510 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1264,8 +1264,6 @@ textarea.text_cf {width:95%; resize:vertical;} input.string_cf, input.link_cf {width:95%;} select.bool_cf {width:auto !important;} -#tab-content-modules fieldset p {margin:3px 0 4px 0;} - #users_for_watcher {height: 200px; overflow:auto;} #users_for_watcher label {display: block;}