File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4685,7 +4685,8 @@ footer .copyright .material-icons {
4685
4685
}
4686
4686
.sidebar .navbar-form ,
4687
4687
.off-canvas-sidebar .navbar-form {
4688
- margin : 0 50px 0 0 ;
4688
+ margin : 10px 15px ;
4689
+ float : none !important ;
4689
4690
}
4690
4691
.sidebar .navbar-form .btn ,
4691
4692
.off-canvas-sidebar .navbar-form .btn {
@@ -4958,5 +4959,3 @@ footer .copyright .material-icons {
4958
4959
overflow : visible;
4959
4960
}
4960
4961
}
4961
-
4962
- /*# sourceMappingURL=material-dashboard.css.map */
Original file line number Diff line number Diff line change 201
201
}
202
202
203
203
.navbar-form {
204
- margin : 0 50px 0 0 ;
204
+ margin : 10px 15px ;
205
+ float : none !important ;
205
206
206
207
.btn {
207
208
position : absolute ;
Original file line number Diff line number Diff line change 137
137
138
138
< form class ="navbar-form navbar-right " role ="search ">
139
139
< div class ="form-group is-empty ">
140
- < input type ="text " class ="form-control " placeholder ="Search ">
141
- < span class ="material-input "> </ span >
140
+ < input type ="text " class ="form-control " placeholder ="Search ">
141
+ < span class ="material-input "> </ span >
142
142
</ div >
143
143
< button type ="submit " class ="btn btn-white btn-round btn-just-icon ">
144
144
< i class ="material-icons "> search</ i > < div class ="ripple-container "> </ div >
145
145
</ button >
146
- </ form >
146
+ </ form >
147
147
</ div >
148
148
</ div >
149
149
</ nav >
You can’t perform that action at this time.
0 commit comments