Skip to content
Snippets Groups Projects
Commit c1c6e1de authored by Timothee P's avatar Timothee P :sunflower:
Browse files

move margin to display forbidden project element in case of no filters displayed

parent d2afac93
No related branches found
No related tags found
1 merge request!774REDMINE_ISSUE-19721|Ajouter des attributs dans les projets
<template>
<div
v-if="chunkedNsortedFilters"
v-if="chunkedNsortedFilters.length > 0"
id="filters-container"
class="margin-bottom"
>
<div
class="ui styled accordion"
......
......@@ -42,7 +42,7 @@
<div
v-if="configuration.DISPLAY_FORBIDDEN_PROJECTS"
id="forbidden-projects"
class="ui toggle checkbox"
class="ui toggle checkbox margin-top"
>
<input
:checked="displayForbiddenProjects"
......
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