Skip to content

Commit

Permalink
Remove useless styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Jan 16, 2024
1 parent 95b0365 commit 5118038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default function RemoteEdit() {
<input type="password" role="password" defaultValue={store.key_password} {...register("key_password")} /><Hint hintKey="client_key" />
</div>
}
<div className="fieldset two-col">
<div className="fieldset">
{
useAuth &&
<div className="left-col">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const RemoteAccessSection = ({store})=> <div className="fieldset">
<span><ap-password-mask></ap-password-mask></span>
</div>
}
<div className="fieldset two-col">
<div className="fieldset">
{
store.key_certificate_pem &&
<div className="left-col">
Expand Down

0 comments on commit 5118038

Please sign in to comment.