Skip to content
Snippets Groups Projects
Commit 5638f5ae authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #468 - report page: checkboxes wrap problem

parent a7dca909
Branches
Tags
No related merge requests found
Pipeline #2079 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.report-checkbox-container { .report-checkbox-container {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
display: inline-table; display: table;
} }
#columnNames { #columnNames {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.report-checkbox-container { .report-checkbox-container {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
display: inline-table; display: table;
} }
#columnNames { #columnNames {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment