From ce6c0f3b20579d083905977cf88f057db8d0e97e Mon Sep 17 00:00:00 2001 From: apapachristou Date: Thu, 29 Oct 2020 12:10:39 +0200 Subject: [PATCH] Fixes position of arrow on auto complete --- .../multiple/multiple-auto-complete.component.scss | 2 +- .../recent-edited-activity/recent-edited-activity.component.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss index 6be1e76f5..8b0858e0d 100644 --- a/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss +++ b/dmp-frontend/src/app/library/auto-complete/multiple/multiple-auto-complete.component.scss @@ -10,7 +10,7 @@ .align-arrow-right { position: absolute; right: 0; - bottom: 0; + // bottom: 0; vertical-align: middle; cursor: pointer; align-self: center; diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css index 718856adb..0dfd290a9 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.css @@ -109,7 +109,7 @@ input[type="text"] { .icon-align { display: inline-flex; vertical-align: middle; - padding-bottom: 0.4rem; + /* padding-bottom: 0.4rem; */ } .dataset-card-actions,