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;
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;