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:
Suraj Shetty 2022-04-06 10:04:33 +05:30
parent 5b7e7efb57
commit 253d0cabb4

View file

@ -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 {