Skip to content

Commit 4a55e14

Browse files
committed
style(modal): increase right element spacing
1 parent 38f671b commit 4a55e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/UI/Components/Modal/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const Modal: FunctionComponent<ComponentProps> = (
190190
{props.rightElement && (
191191
<div
192192
data-testid="right-element"
193-
className="mt-4 md:mt-0 lg:mr-2"
193+
className="mt-4 md:mt-0 lg:mr-4"
194194
>
195195
{props.rightElement}
196196
</div>

0 commit comments

Comments
 (0)