From 1579356d548ae70c62a3fdb530ff28e16ead7633 Mon Sep 17 00:00:00 2001 From: qyecst Date: Sat, 24 Jun 2023 03:27:37 +0800 Subject: [PATCH] Update settingsTabBody.component.ts increase the value of max-width to avoid shadowing the font size in the Settings (Settings - Appearance - Font). --- tabby-settings/src/components/settingsTabBody.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-settings/src/components/settingsTabBody.component.ts b/tabby-settings/src/components/settingsTabBody.component.ts index 1a3e76cc..bc365324 100644 --- a/tabby-settings/src/components/settingsTabBody.component.ts +++ b/tabby-settings/src/components/settingsTabBody.component.ts @@ -9,7 +9,7 @@ import { SettingsTabProvider } from '../api' :host { display: block; padding-bottom: 20px; - max-width: 500px; + max-width: 600px; } `], })