mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 09:23:00 +02:00
Fix style of divider
This commit is contained in:
@@ -114,7 +114,7 @@ const Actions: React.FunctionComponent<IActionsProps> = ({
|
||||
|
||||
{customActions?.length > 0 && (
|
||||
<>
|
||||
{actions?.length > 0 && <div className="divider py-4 w-full" style={{ height: `1px` }}></div>}
|
||||
{actions?.length > 0 && <div className="divider w-full" style={{ height: `1px` }}></div>}
|
||||
|
||||
{...customActions}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user