fix: Alignment issue of edit article dropdown (#5390)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user