diff --git a/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.html b/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.html index fe405ea9..72cf7b63 100644 --- a/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.html +++ b/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.html @@ -7,6 +7,10 @@ [width]="200" [options]="options" > +
diff --git a/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.scss b/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.scss index 74813846..795cbd2b 100644 --- a/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.scss +++ b/packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.scss @@ -10,6 +10,10 @@ position: relative; top: 2px; } + + icon { + display: inline-block; + }; } .modifier-options {