Basic css tweak to fix bootstrap overwrites in theme list of items.

This commit is contained in:
mateuswetah 2018-05-08 17:29:23 -03:00
parent c3ff7da0aa
commit 77be215d3a
2 changed files with 7 additions and 2 deletions

View File

@ -27,7 +27,7 @@
</div>
<div class="header-item">
<b-dropdown>
<b-dropdown class="show">
<button
class="button is-white"
slot="trigger">
@ -126,6 +126,9 @@
#item-creation-options-dropdown {
margin-right: 80px;
}
.dropdown-menu {
display: block;
}
</style>

View File

@ -3,7 +3,9 @@
id="filter-item-forms"
:message="getErrorMessage"
:type="filterTypeMessage">
<b-collapse :open="open">
<b-collapse
class="show"
:open="open">
<label
class="label"
slot="trigger"