mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-21 09:09:43 -06:00
Merge pull request #1514 from rafeyrana/issue#1508
Left align Profile > Password components
This commit is contained in:
@@ -126,8 +126,8 @@ const PasswordPanel = () => {
|
||||
noValidate
|
||||
spellCheck="false"
|
||||
gap={theme.spacing(26)}
|
||||
maxWidth={"80ch"}
|
||||
marginInline={"auto"}
|
||||
maxWidth={"80ch"} // Keep maxWidth
|
||||
|
||||
>
|
||||
<TextInput
|
||||
type="text"
|
||||
@@ -166,7 +166,7 @@ const PasswordPanel = () => {
|
||||
</Stack>
|
||||
<Stack
|
||||
direction="row"
|
||||
alignItems={"center"}
|
||||
alignItems={"flex-start"}
|
||||
gap={SPACING_GAP}
|
||||
flexWrap={"wrap"}
|
||||
>
|
||||
@@ -192,7 +192,7 @@ const PasswordPanel = () => {
|
||||
</Stack>
|
||||
<Stack
|
||||
direction="row"
|
||||
alignItems={"center"}
|
||||
alignItems={"flex-start"}
|
||||
gap={SPACING_GAP}
|
||||
flexWrap={"wrap"}
|
||||
>
|
||||
@@ -255,4 +255,4 @@ PasswordPanel.propTypes = {
|
||||
// No props are being passed to this component, hence no specific PropTypes are defined.
|
||||
};
|
||||
|
||||
export default PasswordPanel;
|
||||
export default PasswordPanel;
|
||||
Reference in New Issue
Block a user