fixed the padding issue for the secret raw

This commit is contained in:
Vladyslav Matsiiako
2023-07-27 19:03:02 -07:00
parent 9193e7ef58
commit e1b25aaa54

View File

@ -76,9 +76,9 @@ export const SecretOverviewTableRow = ({
<Tr>
<Td colSpan={totalCols} className={`px-0 py-0 ${isFormExpanded && "border-b-2 border-mineshaft-500"}`}>
<div
className="rounded-md bg-bunker-600 p-2"
className="bg-bunker-600 p-2"
style={{
width: `calc(${expandableColWidth}px - 2rem)`,
width: `calc(${expandableColWidth}px - 0.4rem)`,
// position: "sticky",
// left: "1.25rem",
// right: "1.25rem"