Use consistent font size for quick bar "Nothing found" note (#11418)

This commit is contained in:
Philip Allgaier 2022-01-24 19:14:11 +01:00 committed by GitHub
parent 30fa92c120
commit e57477c16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -756,7 +756,6 @@ export class QuickBar extends LitElement {
.nothing-found {
padding: 16px 0px;
font-size: 16px;
text-align: center;
}
`,