Merge pull request #32547 from iamejaaz/fix-grid-rounder-corner

fix(minor): edge border radius issue
This commit is contained in:
Ejaaz Khan 2025-05-16 00:57:58 +05:30 committed by GitHub
commit 7c8e232b7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,11 @@
border-top-left-radius: var(--border-radius-md);
border-top-right-radius: var(--border-radius-md);
.row-check,
.row-check {
border-top-left-radius: var(--border-radius-md);
}
.row .col:last-child {
border-radius: var(--border-radius-md);
border-top-right-radius: var(--border-radius-md);
}
}
@ -412,11 +414,6 @@
background-color: var(--fg-color);
@include transition(0.2s);
// REDESIGN TODO: Fix border bottom for last item
&:last-child {
border-bottom-left-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
}
td {
vertical-align: top;