Commit 418c55f7 by Tim Krones

Make sure long block names can't break layout of export options.

parent a856c87d
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
padding-left: 1em; padding-left: 1em;
} }
.data-export-field-container { .data-export-field-container {
min-width: 45%; width: 43%;
} }
.data-export-options .data-export-actions { .data-export-options .data-export-actions {
max-width: 10%; max-width: 10%;
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
vertical-align: middle; vertical-align: middle;
} }
.data-export-field input, .data-export-field select { .data-export-field input, .data-export-field select {
max-width: 55%; width: 55%;
float: right; float: right;
} }
.data-export-results, .data-export-download, .data-export-cancel, .data-export-delete { .data-export-results, .data-export-download, .data-export-cancel, .data-export-delete {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment