Reduce the top margin of the dossiers table in the procedure page
This commit is contained in:
parent
1a4cef818d
commit
b88490e559
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
}
|
||||
|
||||
.dossiers-table {
|
||||
margin: (3 * $default-spacer) auto;
|
||||
margin-top: $default-spacer;
|
||||
margin-bottom: 3 * $default-spacer;
|
||||
}
|
||||
|
||||
.procedure-actions {
|
||||
|
|
Loading…
Reference in a new issue