diff options
| author | Mark Otto <[email protected]> | 2016-12-28 16:39:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 16:39:52 -0800 |
| commit | b3dd2034a12a7dec77c9d0c186eb386a3f773a6a (patch) | |
| tree | c7b27c32fb165b759e9fa10f814487a6ef258ecf /scss | |
| parent | c56547a8410164341daf01259bacbda668c1808e (diff) | |
| download | bootstrap-b3dd2034a12a7dec77c9d0c186eb386a3f773a6a.tar.xz bootstrap-b3dd2034a12a7dec77c9d0c186eb386a3f773a6a.zip | |
drop the flex-grow: 10 in favor of auto margin utils
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_navbar.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 4c603c1db..6b2a03bb1 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -128,7 +128,6 @@ // Custom navbar navigation built on the base `.nav` styles. .navbar-nav { - flex-grow: 10; // high number to force alignment .nav-link { display: block; |
