mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: small fixes
This commit is contained in:
parent
f562ad9f1e
commit
24ff6ea94d
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Report a bug / issue
|
name: Report a bug / issue
|
||||||
about: Report a bug / issue to help us improve SUI
|
about: Report a bug / issue to help us improve NextUI
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|||||||
@ -43,6 +43,7 @@ const Thead: React.FC<React.PropsWithChildren<unknown>> = ({ children }) => {
|
|||||||
padding: 0 ${theme.layout.gap} 0 0;
|
padding: 0 ${theme.layout.gap} 0 0;
|
||||||
}
|
}
|
||||||
:global(th:nth-child(1)) {
|
:global(th:nth-child(1)) {
|
||||||
|
padding-left: 1rem;
|
||||||
border-radius: ${theme.layout.radius} 0 0 ${theme.layout.radius};
|
border-radius: ${theme.layout.radius} 0 0 ${theme.layout.radius};
|
||||||
}
|
}
|
||||||
:global(th:last-child) {
|
:global(th:last-child) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user