Fix edit overlays for repository table [SCI-8564]

This commit is contained in:
Martin Artnik 2023-05-29 15:25:05 +02:00
parent 1b1ecbfbaf
commit e5c54a0c42

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;