fix: Modal indicator CSS
This commit is contained in:
parent
5c738ade2e
commit
bd6d2b16bc
2 changed files with 1 additions and 2 deletions
|
|
@ -291,7 +291,7 @@ frappe.get_modal = function(title, content) {
|
|||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<div class="flex justify-between">
|
||||
<div class="fill-width">
|
||||
<div class="fill-width flex">
|
||||
<span class="indicator hidden"></span>
|
||||
<h4 class="modal-title" style="font-weight: bold;">${title}</h4>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@
|
|||
}
|
||||
|
||||
.modal-header .indicator {
|
||||
float: left;
|
||||
margin-top: 7.5px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue