From 322ffc58477e41679032805d57677c033135199a Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 28 Jan 2021 21:55:29 +0100 Subject: [PATCH] margin fix --- terminus-terminal/src/components/shellSettingsTab.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-terminal/src/components/shellSettingsTab.component.pug b/terminus-terminal/src/components/shellSettingsTab.component.pug index 2c3f629a..8e54b10c 100644 --- a/terminus-terminal/src/components/shellSettingsTab.component.pug +++ b/terminus-terminal/src/components/shellSettingsTab.component.pug @@ -97,7 +97,7 @@ h3.mt-3 Saved Profiles button.btn.btn-outline-danger.ml-1((click)='$event.stopPropagation(); deleteProfile(profile)') i.fas.fa-trash -div(ngbDropdown, placement='top-left') +.mb-4(ngbDropdown, placement='top-left') button.btn.btn-primary(ngbDropdownToggle) i.fas.fa-fw.fa-plus | New profile