mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Fix navbar-toggle after commit bbee78b30b
The following commit introduced an issue with the navbar toggle placement: https://github.com/twitter/bootstrap/commit/bbee78b30b40ff0b1473a06ea7ecf5a42d51b614
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@
|
||||
// Collapsible navbar toggle
|
||||
.navbar-toggle {
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
padding: 8px 12px;
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user