diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 19:44:31 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 19:44:49 +0300 |
| commit | 631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f (patch) | |
| tree | 70eafaf1c189471885124e2a52401574f60b2464 /src/App.scss | |
| parent | aef6d529516f34d346faa7e6c424a16ff5f9a202 (diff) | |
tons of fixes mainly aimed at panel headings
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/App.scss b/src/App.scss index 0ee1c610..bc792263 100644 --- a/src/App.scss +++ b/src/App.scss @@ -641,12 +641,10 @@ option { } .alert { - margin: 0.35em; - padding: 0.25em; + margin: 0 0.35em; + padding: 0 0.25em; border-radius: $fallback--tooltipRadius; border-radius: var(--tooltipRadius, $fallback--tooltipRadius); - min-height: 28px; - line-height: 28px; &.error { background-color: $fallback--alertError; |
