1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(style): correct common pages [EE-3886] (#7449)

* fix(css): correct common pages [EE-3886]
This commit is contained in:
itsconquest 2022-08-12 11:58:31 +12:00 committed by GitHub
parent c981e6ff7b
commit 1fbaf5fcbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 93 additions and 60 deletions

View file

@ -17,6 +17,7 @@ export function TLSFieldset() {
<div className="col-sm-12">
<SwitchField
label="TLS"
labelClass="col-sm-3 col-lg-2"
checked={values.tls}
onChange={(checked) => setFieldValue('tls', checked)}
/>