Skip to content

Commit c903a33

Browse files
authored
Merge pull request #4525 from crazyserver/MOBILE-4855
MOBILE-4855 boostrap: Add App fixes file for bootstrap
2 parents 8949c8f + 2862ee3 commit c903a33

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@
5454
// scss-docs-end import-stack
5555

5656
@import "bs4-compat";
57+
58+
@import "app-fixes";

0 commit comments

Comments
 (0)