Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
09886480
Commit
09886480
authored
Apr 18, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove commented out code for auto aligning navbar dropdown menus
parent
ddf4867a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
20 deletions
+1
-20
scss/_dropdown.scss
scss/_dropdown.scss
+1
-20
No files found.
scss/_dropdown.scss
View file @
09886480
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
// Dropdown menus
// Dropdown menus
// --------------------------------------------------
// --------------------------------------------------
// The dropdown wrapper (div)
// The dropdown wrapper (div)
.dropup
,
.dropup
,
.dropdown
{
.dropdown
{
...
@@ -182,23 +183,3 @@
...
@@ -182,23 +183,3 @@
margin-bottom
:
2px
;
margin-bottom
:
2px
;
}
}
}
}
// Component alignment
//
// Reiterate per navbar.less and the modified component alignment there.
//
// TODO: remove?
// @include media-breakpoint-up(sm) {
// .navbar-right {
// .dropdown-menu {
// .dropdown-menu-right();
// }
// // Necessary for overrides of the default right aligned menu.
// // Will remove come v4 in all likelihood.
// .dropdown-menu-left {
// .dropdown-menu-left();
// }
// }
// }
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment