Skip to content
Snippets Groups Projects
Commit 8af37973 authored by Ian Hallworth's avatar Ian Hallworth
Browse files

Wip

parent 38d6e096
No related branches found
No related tags found
3 merge requests!210Staging,!204Multiple types update,!201Fix duplicate ids
......@@ -64,7 +64,9 @@
margin: 0;
}
}
.item-feedback-type{
max-width: none;
}
.item-tags{
flex-grow: 2;
......
......@@ -78,6 +78,7 @@ span.multiselect-native-select select {
.multiselect-container > li > a > label.checkbox,
.multiselect-container > li > a > label.radio {
margin: 0;
padding-right: 1rem;
}
.multiselect-container > li > a > label > input[type=checkbox] {
......@@ -122,7 +123,7 @@ span.multiselect-native-select select {
}
}
.filter-container .filters .multiselect-container .checkbox {
.multiselect-container .checkbox {
text-transform: initial;
font-weight: normal;
margin: 0 5px;
......@@ -134,3 +135,8 @@ span.multiselect-native-select select {
margin-left: 0;
}
}
button.multiselect.dropdown-toggle{
white-space: nowrap;
max-width: none!important;
}
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