make css whitelist case insensitive due to stripo using Margin?
[roojs1] / scss / roojs-bootstrap / tooltip.scss
diff --git a/scss/roojs-bootstrap/tooltip.scss b/scss/roojs-bootstrap/tooltip.scss
new file mode 100644 (file)
index 0000000..21a4ec4
--- /dev/null
@@ -0,0 +1,8 @@
+/** override max-width of tooltip-inner
+not sure why it was so small..
+*/
+.tooltip-inner {
+    max-width: 500px;
+   
+}