[ACS-8647] Fixed issue where data table rows could not be selected when the height of the row expanded due to tags (#10137)

This commit is contained in:
swapnil-verma-gl
2024-08-29 20:34:01 +05:30
committed by GitHub
parent 54ab9575d3
commit 9caf9d2fc3

View File

@@ -277,6 +277,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
padding: 0; padding: 0;
align-items: center; align-items: center;
display: flex; display: flex;
align-self: stretch;
&:first-child { &:first-child {
margin-left: 15px; margin-left: 15px;