mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: Fixed an empty utility container adding extra padding to the bottom of table fields.
This commit is contained in:
parent
9e49d04e15
commit
900b0a7325
@ -158,8 +158,13 @@ table.CMSList tbody td.current td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.TableListField div.utility {
|
.TableListField div.utility {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
.TableListField div.utility .item {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
padding: 3px 0 6px 0;
|
padding: 3px 0 6px 0;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
.TableListField div.utility a {
|
.TableListField div.utility a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user