fixed name column when checkbox is present (#167)

This commit is contained in:
Cilibiu Bogdan 2017-12-18 17:30:08 +02:00 committed by Denys Vuika
parent 9428913900
commit 5dea44c342

View File

@ -63,7 +63,8 @@ adf-document-list {
border: none !important; border: none !important;
} }
td:first-of-type, th:first-of-type { th:first-of-type, th.adf-data-table-cell--image,
td:first-of-type, td.adf-data-table-cell--image {
padding-left: 24px; padding-left: 24px;
padding-right: 0; padding-right: 0;
width: 10px; width: 10px;