mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
fix: Alignment issue of edit article dropdown (#5390)
This commit is contained in:
parent
1c590160bb
commit
952368948b
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user