mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-26 03:27:23 +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:
parent
60a63d9c65
commit
1579356d54
@ -9,7 +9,7 @@ import { SettingsTabProvider } from '../api'
|
||||
:host {
|
||||
display: block;
|
||||
padding-bottom: 20px;
|
||||
max-width: 500px;
|
||||
max-width: 600px;
|
||||
}
|
||||
`],
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user