Commit 419a223e by Tim Krones

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

parent d4c1abcc
......@@ -26,7 +26,7 @@
padding-left: 1em;
}
.data-export-field-container {
min-width: 45%;
width: 43%;
}
.data-export-options .data-export-actions {
max-width: 10%;
......@@ -40,7 +40,7 @@
vertical-align: middle;
}
.data-export-field input, .data-export-field select {
max-width: 55%;
width: 55%;
float: right;
}
.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