mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8955] [ACA] Data Table / Column Pills Drag button is not centered horizontally (#10384)
This commit is contained in:
committed by
GitHub
parent
0063d83044
commit
412295306c
@@ -102,6 +102,7 @@
|
||||
<adf-icon
|
||||
*ngIf="hoveredHeaderColumnIndex === columnIndex && !isResizing"
|
||||
value="adf:drag_indicator"
|
||||
class="adf-datatable-cell-header-drag-icon-visible"
|
||||
[attr.data-automation-id]="'adf-datatable-cell-header-drag-icon-'+col.key" />
|
||||
</span>
|
||||
</div>
|
||||
|
@@ -567,6 +567,10 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
||||
cursor: move;
|
||||
margin-right: -0.5rem;
|
||||
padding-left: -0.5rem;
|
||||
|
||||
&-visible {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-cell-value {
|
||||
|
Reference in New Issue
Block a user