[ACA-4455] Fix horizontal scroller sometimes showing up on datatable (#7135)

This commit is contained in:
Thomas Hunter
2021-06-30 13:24:36 +01:00
committed by GitHub
parent 91b6dc176b
commit 0fa677c92a

View File

@@ -226,6 +226,7 @@
flex-direction: column;
width: fit-content;
min-width: 100%;
box-sizing: border-box;
}
.adf-datatable-cell {