Fix conflict CSS from UICore V3 that adds extra paddings to diff rows (#2027)

This commit is contained in:
Tan Nhu 2024-05-08 21:26:35 +00:00 committed by Harness
parent cfddbeb143
commit b98e0f0d85

View File

@ -34,6 +34,12 @@
min-height: 36px;
:global {
th,
td {
padding-top: 0;
padding-bottom: 0;
}
.d2h-wrapper > div {
margin-bottom: 0;
}