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> <template>
<div <div
v-if="chunkedNsortedFilters" v-if="chunkedNsortedFilters.length > 0"
id="filters-container" id="filters-container"
class="margin-bottom"
> >
<div <div
class="ui styled accordion" class="ui styled accordion"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<div <div
v-if="configuration.DISPLAY_FORBIDDEN_PROJECTS" v-if="configuration.DISPLAY_FORBIDDEN_PROJECTS"
id="forbidden-projects" id="forbidden-projects"
class="ui toggle checkbox" class="ui toggle checkbox margin-top"
> >
<input <input
:checked="displayForbiddenProjects" :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