fix: Alignment issue of edit article dropdown (#5390)
This commit is contained in:
@@ -239,9 +239,11 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.article--buttons {
|
.article--buttons {
|
||||||
|
position: relative;
|
||||||
margin-left: var(--space-smaller);
|
margin-left: var(--space-smaller);
|
||||||
.dropdown-pane {
|
.dropdown-pane {
|
||||||
right: var(--space-smaller);
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.draft-status {
|
.draft-status {
|
||||||
|
|||||||
Reference in New Issue
Block a user