[ADF-3811] Node icon and name-location aren't properly aligned (#4086)

This commit is contained in:
dhrn 2018-12-18 15:02:08 +05:30 committed by Vito
parent 074225970d
commit a9e5c9b77e

View File

@ -115,12 +115,15 @@
} }
&--image { &--image {
padding-left: 16px; padding: 8px 16px;
padding-right: 8px;
} }
&--text { &--text {
padding-left: 8px; padding: 8px 16px;
}
&:first-of-type {
padding: 8px 16px;
} }
} }
@ -146,7 +149,7 @@
.adf-data-table { .adf-data-table {
.adf-data-table-cell { .adf-data-table-cell {
height: 56px; height: 56px;
padding-bottom: 24px; padding-bottom: 8px;
& .adf-name-location-cell-location { & .adf-name-location-cell-location {
display: block; display: block;