Skip to content

Commit b8df8b3

Browse files
committed
Remove unnecessary gutter-top style from routes table
`middle-header` already has a bottom margin, so the style is not needed. This makes the routes table consistent with others like services, deployments, and builds.
1 parent ab61c6f commit b8df8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/views/browse/routes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>
3030
<div class="container-fluid">
3131
<alerts alerts="alerts"></alerts>
3232
<div class="row">
33-
<div class="col-md-12 gutter-top">
33+
<div class="col-md-12">
3434
<table class="table table-bordered table-hover table-mobile">
3535
<thead>
3636
<tr>

Diff for: dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3737,7 +3737,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
37373737
"<div class=\"container-fluid\">\n" +
37383738
"<alerts alerts=\"alerts\"></alerts>\n" +
37393739
"<div class=\"row\">\n" +
3740-
"<div class=\"col-md-12 gutter-top\">\n" +
3740+
"<div class=\"col-md-12\">\n" +
37413741
"<table class=\"table table-bordered table-hover table-mobile\">\n" +
37423742
"<thead>\n" +
37433743
"<tr>\n" +

0 commit comments

Comments
 (0)