mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-23 13:17:59 -05:00
fixes #7140: hide navbar toggle in print
This commit is contained in:
@@ -66,4 +66,9 @@
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
// Bootstrap components
|
||||
.navbar-toggle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user