Skip to content

Commit

Permalink
Revert the main outer 'div' to 'container-fluid' to fix main content …
Browse files Browse the repository at this point in the history
…width
  • Loading branch information
MathieuBuisson committed Jun 10, 2017
1 parent 2b3fe7a commit f0bea6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/HtmlReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
</head>

<body>
<div class="container">
<header class="container">
<div class="container-fluid">
<header class="container-fluid">
<div class="row">
<div class="col-sm-5 col-sm-offset-3 col-md-6 col-md-offset-1 col-lg-6 col-lg-offset-2 left-header">
<h1>
Expand Down

0 comments on commit f0bea6b

Please sign in to comment.