Actions
Patch #43196
openImprove spacing of checkboxes in CSV export options dialog
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:
After:
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
Updated by Go MAEDA about 11 hours ago
- Target version set to 6.0.7
Setting the target version to 6.0.7.
Actions