mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50:08 +00: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 {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
max-width: 500px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
`],
|
`],
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user