fix: adjust secret overview expanded secret view to accomodate nav restructure

This commit is contained in:
Scott Wilson
2025-01-20 18:30:54 -08:00
parent 81362bec8f
commit ec9171d0bc

View File

@@ -153,8 +153,8 @@ export const SecretOverviewTableRow = ({
className="ml-2 p-2"
style={{
marginLeft: scrollOffset,
width: "calc(100vw - 300px)", // 300px accounts for sidebar and margin
maxWidth: "calc(1536px - 50px)" // tw container max width minus padding for uw displays
width: "calc(100vw - 350px)", // 350px accounts for sidebar and margin
maxWidth: "1270px" // largest width of table on ultra wide
}}
>
<SecretRenameRow