Fix title though close button in config/options flow (#10444)

This commit is contained in:
Bram Kragten 2021-10-28 17:15:55 +02:00 committed by GitHub
parent c2e3d0188e
commit c30453a86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import { css } from "lit";
export const configFlowContentStyles = css`
h2 {
margin: 24px 0 0;
margin: 24px 38px 0 0;
padding: 0 24px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;