Commit 45b8021
committed
Use vendor prefixes to reset box-sizing.
Firefox and older webkit doesn't understand "box-sizing: content-box", but do have vendor prefixes for it.
Bootstrap >= 3 sets the box-sizing to border-box using vendor prefixes and messes up the tabs layout, forcing us to use
them to reset it. First reported in #32.1 parent 8e9dd1c commit 45b8021
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
0 commit comments