Skip to content

Commit 3e38f4e

Browse files
committed
fix: Edit Taints Modal - adjust Drawer width and min/max dimensions
1 parent b5075d8 commit 3e38f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ClusterNodes/NodeActions/EditTaintsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const EditTaintsModal = ({ name, version, kind, taints, closePopup }: EditTaints
147147
}
148148

149149
return (
150-
<Drawer position="right" width="75%" minWidth="1024px" maxWidth="1200px" onEscape={onClose}>
150+
<Drawer position="right" width="100%" minWidth="800px" maxWidth="1024px" onEscape={onClose}>
151151
<div className="flexbox-col bg__primary h-100 flex-grow-1 mh-0">
152152
<div className="flex flex-align-center flex-justify bg__primary pt-16 pr-20 pb-16 pl-20 dc__border-bottom">
153153
<h2 className="fs-16 fw-6 lh-1-43 m-0 cn-9 dc__truncate">{`${EDIT_TAINTS_MODAL_MESSAGING.titlePrefix} '${name}'`}</h2>

0 commit comments

Comments
 (0)