fixes #7140: hide navbar toggle in print
Esse commit está contido em:
externo
+3
@@ -263,6 +263,9 @@ table {
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
.navbar-toggle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
@@ -66,4 +66,9 @@
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
// Bootstrap components
|
||||
.navbar-toggle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário