From b8a305ec57a783a087d8b4ba221a9be534f67ec1 Mon Sep 17 00:00:00 2001 From: Vladyslav Date: Thu, 30 Apr 2020 09:50:50 +0300 Subject: [PATCH] Fix position autocomplete (#2699) --- ui/src/app/components/gateway/gateway-config-select.scss | 6 ------ ui/src/app/components/gateway/gateway-form.tpl.html | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ui/src/app/components/gateway/gateway-config-select.scss b/ui/src/app/components/gateway/gateway-config-select.scss index 1c189a7279..da2e7ba432 100644 --- a/ui/src/app/components/gateway/gateway-config-select.scss +++ b/ui/src/app/components/gateway/gateway-config-select.scss @@ -27,9 +27,3 @@ .tb-gateway-autocomplete-container.md-virtual-repeat-container.md-autocomplete-suggestions-container{ z-index: 70; } - -md-autocomplete{ - md-input-container{ - margin-bottom: 0; - } -} diff --git a/ui/src/app/components/gateway/gateway-form.tpl.html b/ui/src/app/components/gateway/gateway-form.tpl.html index c8d44d1fcb..13603b2cfc 100644 --- a/ui/src/app/components/gateway/gateway-form.tpl.html +++ b/ui/src/app/components/gateway/gateway-form.tpl.html @@ -39,12 +39,11 @@ get_access_token="vm.getAccessToken" create-device="vm.createDevice"> - + - +