From e5c54a0c42f40df144c25448f74b605d2d0e3adb Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Mon, 29 May 2023 15:25:05 +0200 Subject: [PATCH] Fix edit overlays for repository table [SCI-8564] --- app/assets/stylesheets/repositories.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/repositories.scss b/app/assets/stylesheets/repositories.scss index 59a5a9955..c9bad6491 100644 --- a/app/assets/stylesheets/repositories.scss +++ b/app/assets/stylesheets/repositories.scss @@ -522,15 +522,18 @@ position: absolute; right: 0; text-align: right; - top: 2em; - width: 50%; + top: 0; + width: 30%; } .repository-edit-overlay--pagination { + bottom: 0; height: 5em; line-height: 5em; padding: .5em; + position: absolute; text-align: center; + width: 100%; hr { margin-top: -2.5em;