style: Fix CSS selector conflict for table-responsive margin
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m2s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m2s
Change from .card > .table-responsive to .card > .card-body + .table-responsive to avoid overriding border-top from .table-responsive--separator class. Ensures margin removal doesn't conflict with separator border styling. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2131,8 +2131,7 @@ textarea:focus-visible {
|
|||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card > .table-responsive {
|
.card > .card-body + .table-responsive {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
border-top: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user