fix: Modal indicator CSS

This commit is contained in:
Suraj Shetty 2019-12-19 12:56:00 +05:30
parent 5c738ade2e
commit bd6d2b16bc
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -76,7 +76,6 @@
}
.modal-header .indicator {
float: left;
margin-top: 7.5px;
margin-right: 3px;
}