mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
MINOR: Remove padding-left from DMS gridfield in main document tab
This commit is contained in:
parent
3f01b03759
commit
8e90926c6c
@ -1,3 +1,4 @@
|
|||||||
|
#Root_Documents { padding-left: 0; }
|
||||||
#Root_Documents table { white-space: normal; }
|
#Root_Documents table { white-space: normal; }
|
||||||
#Root_Documents table th.col-action_SetOrderTitle, #Root_Documents table th.col-FilenameWithoutID { width: 300px; }
|
#Root_Documents table th.col-action_SetOrderTitle, #Root_Documents table th.col-FilenameWithoutID { width: 300px; }
|
||||||
#Root_Documents table td { white-space: normal; }
|
#Root_Documents table td { white-space: normal; }
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
//data-icon="cross-circle"
|
//data-icon="cross-circle"
|
||||||
|
|
||||||
#Root_Documents{
|
#Root_Documents{
|
||||||
|
padding-left: 0;
|
||||||
table{
|
table{
|
||||||
white-space:normal;
|
white-space:normal;
|
||||||
th{
|
th{
|
||||||
|
Loading…
Reference in New Issue
Block a user