fix ninja dashboard title position
This commit is contained in:
parent
849ca65ee7
commit
c804b1a518
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- Dashboard Header : Show title and dashboard settings button-->
|
||||
<t t-name="ksDashboardNinjaHeader">
|
||||
<div class="ks_dashboard_header d-flex p-3 w-100 bg-white justify-content-between flex-column flex-lg-row">
|
||||
<div class="ks_dashboard_header d-flex p-3 w-100 bg-white justify-content-start flex-column flex-lg-row">
|
||||
<div class="dropdown config_dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton"
|
||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ks_dashboard_title" style="position:absolute; left:80px;">
|
||||
<div id="ks_dashboard_title" style="padding-inline-start: 15px; margin-inline-end: auto;">
|
||||
<t t-if="ks_show_layout">
|
||||
<t t-call="ks_dn_layout_container"/>
|
||||
</t>
|
||||
|
|
|
|||
Loading…
Reference in New Issue