Skip to content
Snippets Groups Projects
Commit fe2093a9 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

bugfix: removing useless rule

parent df07b309
No related branches found
No related tags found
1 merge request!24Feature/check can vote
......@@ -761,21 +761,15 @@ poll-display-votetags[name="tags"] div p{
font-weight: bold;
}
/*Change label "tags" to "keywords"*/
.add-survey solid-form-dropdown-label-autocompletion[name="tags"] > label >div:first-of-type{
display: none;
}
.add-survey solid-form-dropdown-label-autocompletion[name="tags"] > label:before{
content: "KEYWORDS";
}
/*dates*/
.add-survey form solid-set-default[name="dates"]{
display: flex;
}
.add-survey form solid-set-default[name="dates"] solid-form-date{
width: 45%;
}
.add-survey form solid-set-default[name="dates"] solid-form-date[name="endDate"]{
margin: auto;
}
......
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