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

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 {