diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx
index cb0eb0d9f4..8159445c19 100644
--- a/src/renderer/components/+preferences/preferences.tsx
+++ b/src/renderer/components/+preferences/preferences.tsx
@@ -66,6 +66,11 @@ export class Preferences extends React.Component {
label="Application"
active={this.activeTab == PreferencesTab.Application}
/>
+
.content-wrapper {
> .content {
width: 100%;
+ max-width: 800px;
padding-left: 1px; // Fix visual content crop
padding-right: calc(var(--nav-column-width) - var(--nav-width));
}
@@ -53,7 +55,6 @@
font-weight: 800;
line-height: 16px;
text-transform: uppercase;
- color: var(--textColorSecondary);
&:first-child {
padding-top: 0;
@@ -71,6 +72,7 @@
font-size: 15px;
line-height: 20px;
cursor: pointer;
+ color: var(--textColorSecondary);
&::after {
content: none;