We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8949c8f + 2862ee3 commit c903a33Copy full SHA for c903a33
src/theme/components/bootstrap/app-fixes.scss
@@ -0,0 +1,7 @@
1
+// Fixes for app
2
+// Some styles applied by format-text are making bootstrap components look bad
3
+// This file is used to override those styles
4
+
5
+ul.nav-tabs {
6
+ -webkit-margin-start: 0px;
7
+}
src/theme/components/bootstrap/bootstrap.scss
@@ -54,3 +54,5 @@
54
// scss-docs-end import-stack
55
56
@import "bs4-compat";
57
58
+@import "app-fixes";
0 commit comments