Skip to content

Commit 3c8901f

Browse files
author
David Miller
committed
side scroll issue fixed
1 parent 165e35f commit 3c8901f

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

blank.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@
266266
<div class="input-group custom-search-form">
267267
<input type="text" class="form-control" placeholder="Search...">
268268
<span class="input-group-btn">
269-
<button class="btn btn-default" type="button">
270-
<i class="fa fa-search"></i>
271-
</button>
272-
</span>
269+
<button class="btn btn-default" type="button">
270+
<i class="fa fa-search"></i>
271+
</button>
272+
</span>
273273
</div>
274274
<!-- /input-group -->
275275
</li>
@@ -366,13 +366,16 @@
366366

367367
<!-- Page Content -->
368368
<div id="page-wrapper">
369-
<div class="row">
370-
<div class="col-lg-12">
371-
<h1 class="page-header">Blank</h1>
369+
<div class="container-fluid">
370+
<div class="row">
371+
<div class="col-lg-12">
372+
<h1 class="page-header">Blank</h1>
373+
</div>
374+
<!-- /.col-lg-12 -->
372375
</div>
373-
<!-- /.col-lg-12 -->
376+
<!-- /.row -->
374377
</div>
375-
<!-- /.row -->
378+
<!-- /.container-fluid -->
376379
</div>
377380
<!-- /#page-wrapper -->
378381

@@ -394,4 +397,3 @@ <h1 class="page-header">Blank</h1>
394397
</body>
395398

396399
</html>
397-

css/sb-admin-2.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ body {
2727
}
2828
}
2929

30+
.navbar-top-links {
31+
margin-right: 0;
32+
}
33+
3034
.navbar-top-links li {
3135
display: inline-block;
3236
}

less/sb-admin-2.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ body {
3232

3333
// --Topbar
3434

35+
.navbar-top-links {
36+
margin-right: 0;
37+
}
38+
3539
.navbar-top-links li {
3640
display: inline-block;
3741
}

0 commit comments

Comments
 (0)