Skip to content

Commit 1a8b09a

Browse files
rpkampsebastianbergmann
authored andcommittedOct 31, 2018
Use fluid layout for HTML file report
1 parent ce760c8 commit 1a8b09a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed
 

‎src/Report/Html/Renderer/Template/file.html.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<header>
14-
<div class="container">
14+
<div class="container-fluid">
1515
<div class="row">
1616
<div class="col-md-12">
1717
<nav aria-label="breadcrumb">
@@ -23,8 +23,8 @@
2323
</div>
2424
</div>
2525
</header>
26-
<div class="container">
27-
<div class="table-responsive-md">
26+
<div class="container-fluid">
27+
<div class="table-responsive">
2828
<table class="table table-bordered">
2929
<thead>
3030
<tr>

‎tests/_files/Report/HTML/CoverageForBankAccount/BankAccount.php.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<header>
14-
<div class="container">
14+
<div class="container-fluid">
1515
<div class="row">
1616
<div class="col-md-12">
1717
<nav aria-label="breadcrumb">
@@ -25,8 +25,8 @@
2525
</div>
2626
</div>
2727
</header>
28-
<div class="container">
29-
<div class="table-responsive-md">
28+
<div class="container-fluid">
29+
<div class="table-responsive">
3030
<table class="table table-bordered">
3131
<thead>
3232
<tr>

‎tests/_files/Report/HTML/CoverageForClassWithAnonymousFunction/source_with_class_and_anonymous_function.php.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<header>
14-
<div class="container">
14+
<div class="container-fluid">
1515
<div class="row">
1616
<div class="col-md-12">
1717
<nav aria-label="breadcrumb">
@@ -25,8 +25,8 @@
2525
</div>
2626
</div>
2727
</header>
28-
<div class="container">
29-
<div class="table-responsive-md">
28+
<div class="container-fluid">
29+
<div class="table-responsive">
3030
<table class="table table-bordered">
3131
<thead>
3232
<tr>

‎tests/_files/Report/HTML/CoverageForFileWithIgnoredLines/source_with_ignore.php.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<header>
14-
<div class="container">
14+
<div class="container-fluid">
1515
<div class="row">
1616
<div class="col-md-12">
1717
<nav aria-label="breadcrumb">
@@ -25,8 +25,8 @@
2525
</div>
2626
</div>
2727
</header>
28-
<div class="container">
29-
<div class="table-responsive-md">
28+
<div class="container-fluid">
29+
<div class="table-responsive">
3030
<table class="table table-bordered">
3131
<thead>
3232
<tr>

0 commit comments

Comments
 (0)