patch table border radius

This commit is contained in:
Chris Kruining 2024-12-11 10:05:43 +01:00
parent de0d2c0202
commit f87ea3697f
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 35 additions and 11 deletions

View file

@ -28,5 +28,9 @@
& > header {
padding-inline-start: var(--padding-l);
}
& .table {
border-radius: inherit;
}
}
}