1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 04:43:03 +03:00

Update settingsTabBody.component.ts

increase the value of max-width to avoid shadowing the font size in the Settings (Settings - Appearance - Font).
This commit is contained in:
qyecst 2023-06-24 03:27:37 +08:00 committed by GitHub
parent 60a63d9c65
commit 1579356d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import { SettingsTabProvider } from '../api'
:host {
display: block;
padding-bottom: 20px;
max-width: 500px;
max-width: 600px;
}
`],
})