mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
Adjust Filter panel display
- Add missing view-container class to filter-panel container to: -- Match left and right padding of other elements -- Match text size of other elements - Remove unneeded bottom margin from view-container
This commit is contained in:
parent
61de0618ea
commit
805c751a99
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="card panel-card" [class.collapsed]="isCollapsed">
|
||||
<div [class.collapsed]="isCollapsed" class="card panel-card">
|
||||
|
||||
<div class="card-header d-flex justify-content-between align-items-center">
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
.view-container {
|
||||
font-size: 0.85em;
|
||||
padding-top: 1em;
|
||||
padding-left: 1.6em;
|
||||
padding-right: 1.6em;
|
||||
margin-bottom: 4em;
|
||||
}
|
||||
|
|
|
@ -40,10 +40,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div *ngIf="showFilters" class="container-fluid view-container pt-3">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<scrm-list-filter *ngIf="showFilters"></scrm-list-filter>
|
||||
<scrm-list-filter></scrm-list-filter>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue