Merge pull request #5507 from artoscinote/ma_SCI_8564

Fix edit overlays for repository table [SCI-8564]
This commit is contained in:
artoscinote 2023-05-29 15:27:12 +02:00 committed by GitHub
commit d6a8f779d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -522,15 +522,18 @@
position: absolute; position: absolute;
right: 0; right: 0;
text-align: right; text-align: right;
top: 2em; top: 0;
width: 50%; width: 30%;
} }
.repository-edit-overlay--pagination { .repository-edit-overlay--pagination {
bottom: 0;
height: 5em; height: 5em;
line-height: 5em; line-height: 5em;
padding: .5em; padding: .5em;
position: absolute;
text-align: center; text-align: center;
width: 100%;
hr { hr {
margin-top: -2.5em; margin-top: -2.5em;