Skip to content
Snippets Groups Projects
Commit 192ef8ce authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(carto): filters display missing margins

parent fb280742
No related branches found
No related tags found
2 merge requests!525V2.3.0,!495Resolve "[Carto] Bug graphique filtres"
<div *ngIf="modalType" [ngClass]="['modal', 'modal' + getModalType()]"> <div *ngIf="modalType" [ngClass]="['modal', 'modal' + getModalType()]">
<!-- Filter with single category --> <!-- Filter with single category -->
<div *ngIf="categories.length === 1" class="contentModal max-height" fxLayout="row wrap" fxLayoutAlign="flex-start"> <div *ngIf="categories.length === 1" class="contentModal max-height" fxLayout="row wrap" fxLayoutAlign="flex-start">
<div *ngFor="let c of categories" cclass="blockFiltre"> <div *ngFor="let c of categories" class="blockFiltre">
<ul class="blockLigne"> <ul class="blockLigne">
<li *ngFor="let module of c.modules" fxLayout="row" fxLayoutAlign="start center" class="ligneFiltre"> <li *ngFor="let module of c.modules" fxLayout="row" fxLayoutAlign="start center" class="ligneFiltre">
<div class="checkbox"> <div class="checkbox">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment