fix: Move custom-actions under page-actions
Change in custom-actions was affecting custom-actions in timeline the issue was introduced with https://github.com/frappe/frappe/pull/16470
This commit is contained in:
parent
5b7e7efb57
commit
253d0cabb4
1 changed files with 5 additions and 5 deletions
|
|
@ -51,11 +51,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.custom-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.page-actions {
|
||||
align-items: center;
|
||||
.btn {
|
||||
|
|
@ -72,6 +67,11 @@
|
|||
.custom-btn-group {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.custom-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.layout-main-section-wrapper {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue