Skip to content

Commit 4869c9c

Browse files
committed
Fix mistic100#412 incomplete no-bootstrap stylesheet
1 parent e7c78df commit 4869c9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/no-bootstrap.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
font-family: sans-serif;
2929
}
3030

31+
.query-builder .hide {
32+
display: none;
33+
}
34+
3135
.query-builder .pull-right {
3236
float: right !important;
3337
}
@@ -142,4 +146,4 @@
142146
}
143147
{% endhighlight %}
144148

145-
<p><b>And you are done</b>, you can remove the Bootstrap CSS. Of course every BT based plugins won't work correctly.</p>
149+
<p><b>And you are done</b>, you can remove the Bootstrap CSS. Of course every BT based plugins won't work correctly.</p>

0 commit comments

Comments
 (0)