mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Fix publish button alignment
This commit is contained in:
@@ -13,7 +13,7 @@ function get_publishing_header() {
|
|||||||
|
|
||||||
return $(`
|
return $(`
|
||||||
<div class="publish-area empty">
|
<div class="publish-area empty">
|
||||||
<div class="flex justify-between align-flex-end">
|
<div class="publish-area-head">
|
||||||
${title_html}
|
${title_html}
|
||||||
${publish_button_html}
|
${publish_button_html}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -234,6 +234,12 @@ body[data-route^="marketplace/"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.publish-area-head {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-container {
|
.form-container {
|
||||||
.frappe-control {
|
.frappe-control {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user