Project

General

Profile

Actions

Patch #43196

open

Improve spacing of checkboxes in CSV export options dialog

Added by Katsuya HIDAKA about 14 hours ago. Updated about 11 hours ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The CSV export options dialog for issue lists shows a broken fieldset style.

Currently, the fieldset has its padding set to 0, which makes the layout look unbalanced. How about removing this style and using the default padding instead?

Before:
Before1

Before2

After:
After1

After2

Proposed change:

diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index bc862924d..859ac96a4 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1027,7 +1027,6 @@ span.pagination>span {white-space:nowrap;}
 }

 #search-form fieldset p {margin:0.2em 0;}
-#csv-export-options fieldset {padding: 0;}

 /***** Tabular forms ******/
 .tabular p{

The affected dialog appears only in the CSV export of the issue list.


Files

clipboard-202509101117-ve2f3.png (25.8 KB) clipboard-202509101117-ve2f3.png Before1 Katsuya HIDAKA, 2025-09-10 04:17
clipboard-202509101118-2zw0w.png (25.8 KB) clipboard-202509101118-2zw0w.png After1 Katsuya HIDAKA, 2025-09-10 04:18
clipboard-202509101131-2l9fx.png (31.7 KB) clipboard-202509101131-2l9fx.png After2 Katsuya HIDAKA, 2025-09-10 04:31
clipboard-202509101131-kejie.png (31.7 KB) clipboard-202509101131-kejie.png Before2 Katsuya HIDAKA, 2025-09-10 04:31
Actions #1

Updated by Go MAEDA about 11 hours ago

  • Target version set to 6.0.7

Setting the target version to 6.0.7.

Actions

Also available in: Atom PDF