fix: empty filters style
This commit is contained in:
parent
6803b180b7
commit
b4161febf9
2 changed files with 5 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ frappe.ui.FilterGroup = class {
|
|||
return $(`
|
||||
<div class="filter-area">
|
||||
<div class="filter-edit-area text-center">
|
||||
<span class="text-muted empty-filters">No filters selected</span>
|
||||
<div class="text-muted empty-filters">No filters selected</div>
|
||||
</div>
|
||||
<hr class="divider"></hr>
|
||||
<div class="filter-action-buttons">
|
||||
|
|
|
|||
|
|
@ -33,6 +33,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.empty-filters {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.filter-action-buttons {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue