Fix Alert Modal width and hide/unhide icon positioning
utilized Flexboxes to fix the eye issue
removed margin styling in the alert modal
Note: If using react-bootstrap in the future, use the InputGroup component subset provided by the package to access things like InputGroup.Append and InputGroup.Prepend to easily add in responsive form elements with icons/buttons.
Fix Alert Modal width and hide/unhide icon positioning
Note: If using
react-bootstrap
in the future, use the InputGroup component subset provided by the package to access things likeInputGroup.Append
andInputGroup.Prepend
to easily add in responsive form elements with icons/buttons.