mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
Fix conflict CSS from UICore V3 that adds extra paddings to diff rows (#2027)
This commit is contained in:
parent
cfddbeb143
commit
b98e0f0d85
@ -34,6 +34,12 @@
|
||||
min-height: 36px;
|
||||
|
||||
:global {
|
||||
th,
|
||||
td {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.d2h-wrapper > div {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user