Skip to content

Commit

Permalink
fix: wrong style for connection URL textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabirs committed Nov 6, 2024
1 parent bd39995 commit 1758c1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ export const ConnectionDetails = ({
<TextField
label={Messages.fields.connectionUrl}
value={connectionUrl}
sx={{ maxHeight: '50px', marginTop: '20px', width: '450px' }}
size="small"
sx={{ maxHeight: '50px', marginTop: '20px', width: '100%' }}
type={showUrl ? 'text' : 'password'}
InputProps={{
endAdornment: (
Expand Down

0 comments on commit 1758c1d

Please sign in to comment.