diff --git a/tabby-local/src/components/profilesSettingsTab.component.scss b/tabby-local/src/components/profilesSettingsTab.component.scss
new file mode 100644
index 00000000..ec1f9eaa
--- /dev/null
+++ b/tabby-local/src/components/profilesSettingsTab.component.scss
@@ -0,0 +1,8 @@
+.icon {
+ width: 1.25rem;
+ margin-right: 0.25rem;
+}
+
+.icon + * {
+ margin-left: 10px;
+}
diff --git a/tabby-local/src/components/profilesSettingsTab.component.ts b/tabby-local/src/components/profilesSettingsTab.component.ts
index ad5bb942..57886b06 100644
--- a/tabby-local/src/components/profilesSettingsTab.component.ts
+++ b/tabby-local/src/components/profilesSettingsTab.component.ts
@@ -16,6 +16,7 @@ interface ProfileGroup {
/** @hidden */
@Component({
template: require('./profilesSettingsTab.component.pug'),
+ styles: [require('./profilesSettingsTab.component.scss')],
})
export class ProfilesSettingsTabComponent extends BaseComponent {
profiles: Profile[] = []
diff --git a/tabby-local/src/icons/powershell-core.svg b/tabby-local/src/icons/powershell-core.svg
index 6cb4badc..a25a0f65 100644
--- a/tabby-local/src/icons/powershell-core.svg
+++ b/tabby-local/src/icons/powershell-core.svg
@@ -1 +1 @@
-
\ No newline at end of file
+