mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE): Refactor table and tab styles for consistent spacing and
layout
This commit is contained in:
@@ -126,7 +126,7 @@ const ClosingDetail: React.FC<ClosingDetailProps> = ({
|
||||
variant='boxed'
|
||||
className={{
|
||||
tabHeaderWrapper:
|
||||
'justify-between items-center py-3 border-b border-base-content/10',
|
||||
'relative justify-between items-center py-3 after:absolute after:bottom-0 after:left-0 after:right-0 after:-mx-4 after:border-b after:border-base-content/10',
|
||||
tab: 'w-fit',
|
||||
content: 'p-0 m-0',
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user