mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR:SSF-53 - fixed height of table header when it has no sortable columns
This commit is contained in:
parent
649d84a396
commit
91d7f1c21c
@ -355,7 +355,8 @@ $gf_grid_x: 16px;
|
||||
}
|
||||
|
||||
span.non-sortable {
|
||||
padding:.4em 1em;
|
||||
padding:1em 1em;
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user