This is an automated email from the ASF dual-hosted git repository.
skylark17 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 082f978 Fixed dropdown appearance in login page
082f978 is described below
commit 082f9786ac0c656faed3bfd1be17af1bcfc80005
Author: skylark17 <[email protected]>
AuthorDate: Thu Jun 13 15:33:59 2019 +0200
Fixed dropdown appearance in login page
---
.../src/main/resources/META-INF/resources/ui-commons/css/login.scss | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/login.scss
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/login.scss
index 1b7a626..93d2330 100644
---
a/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/login.scss
+++
b/client/idrepo/common-ui/src/main/resources/META-INF/resources/ui-commons/css/login.scss
@@ -82,10 +82,6 @@ body {
.form-control:focus {
outline: 0;
}
-
- .dropdown {
- width: 100% !important;
- }
}
.btn {