Skip to content

Commit 9220776

Browse files
removed extra margins from modal textinputs
1 parent c4cc24f commit 9220776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/S3Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const S3Modal: React.FC<S3ModalProps> = ({ hideModal, open }) => {
138138
setStatus={setStatus}
139139
submitLabel='Submit'
140140
>
141-
<div style={{ width: '100%', marginRight: '2.5%', display: 'inline-block' }}>
141+
<div style={{ width: '100%', display: 'inline-block' }}>
142142
<TextInput
143143
id='url'
144144
value={bucketUrl}

frontend/src/components/YoutubeModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const YoutubeModal: React.FC<S3ModalProps> = ({ hideModal, open }) => {
118118
status={status}
119119
submitLabel='Submit'
120120
>
121-
<div style={{ width: '100%', marginRight: '2.5%', display: 'inline-block' }}>
121+
<div style={{ width: '100%', display: 'inline-block' }}>
122122
<TextInput
123123
id='url'
124124
value={youtubeURL}

0 commit comments

Comments
 (0)