Fix publish button alignment
This commit is contained in:
parent
fc7b7b6b97
commit
12de0aec11
@ -13,7 +13,7 @@ function get_publishing_header() {
|
||||
|
||||
return $(`
|
||||
<div class="publish-area empty">
|
||||
<div class="flex justify-between align-flex-end">
|
||||
<div class="publish-area-head">
|
||||
${title_html}
|
||||
${publish_button_html}
|
||||
</div>
|
||||
|
@ -234,6 +234,12 @@ body[data-route^="marketplace/"] {
|
||||
}
|
||||
}
|
||||
|
||||
.publish-area-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.form-container {
|
||||
.frappe-control {
|
||||
max-width: 100% !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user