fix: Alignment issue of edit article dropdown (#5390)

This commit is contained in:
Sivin Varghese 2022-09-05 15:35:52 +05:30 committed by GitHub
parent 1c590160bb
commit 952368948b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,9 +239,11 @@ export default {
align-items: center;
}
.article--buttons {
position: relative;
margin-left: var(--space-smaller);
.dropdown-pane {
right: var(--space-smaller);
position: absolute;
right: 0;
}
}
.draft-status {