mirror of
https://github.com/openziti/zrok.git
synced 2025-01-31 18:39:22 +01:00
better alignment for secret toggle control (#724)
This commit is contained in:
parent
544c1757f5
commit
bc2e07f3b8
@ -18,7 +18,7 @@ const SecretToggle = ({ secret }: SecretToggleProps) => {
|
||||
<Grid2 display="flex" justifyContent="left">
|
||||
<span>{secret}</span>
|
||||
</Grid2>
|
||||
<Grid2 display="flex" justifyContent="right">
|
||||
<Grid2 display="flex" justifyContent="right" sx={{ flexGrow: 1 }}>
|
||||
<HideIcon onClick={toggle} sx={{ ml: 1 }}/>
|
||||
</Grid2>
|
||||
</Grid2>
|
||||
@ -29,7 +29,7 @@ const SecretToggle = ({ secret }: SecretToggleProps) => {
|
||||
<Grid2 display="flex" justifyContent="left">
|
||||
<span>XXXXXXXX</span>
|
||||
</Grid2>
|
||||
<Grid2 display="flex" justifyContent="right">
|
||||
<Grid2 display="flex" justifyContent="right" sx={{ flexGrow: 1 }}>
|
||||
<ShowIcon onClick={toggle} sx={{ ml: 1 }} />
|
||||
</Grid2>
|
||||
</Grid2>
|
||||
|
Loading…
Reference in New Issue
Block a user