Skip to content
Snippets Groups Projects
Commit f272a6b7 authored by catch's avatar catch
Browse files

Issue #1038356 by jensimmons, rjgoldsborough, droplet: Fixed labels in tables...

Issue #1038356 by jensimmons, rjgoldsborough, droplet: Fixed labels in tables need some left padding.
parent bb691f62
No related branches found
No related tags found
No related merge requests found
form .field-multiple-table th.field-label {
padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag {
padding-left: 0;
}
......
......@@ -12,9 +12,6 @@
form .field-multiple-table {
margin: 0;
}
form .field-multiple-table th.field-label {
padding-left: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag {
width: 30px;
padding-right: 0; /*LTR*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment