Skip to content

Commit f2acdce

Browse files
committed
Addition of grid width class to the status column so that message doesn't overlap adjacent column
Fixes openshift#1324
1 parent dfb604a commit f2acdce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/views/directives/pods-table.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<table class="table table-bordered table-hover table-mobile table-layout-fixed">
22
<colgroup>
33
<col class="col-sm-4">
4+
<col class="col-sm-3">
45
</colgroup>
56
<thead>
67
<tr>

dist/scripts/templates.js

+1
Original file line numberDiff line numberDiff line change
@@ -8722,6 +8722,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
87228722
"<table class=\"table table-bordered table-hover table-mobile table-layout-fixed\">\n" +
87238723
"<colgroup>\n" +
87248724
"<col class=\"col-sm-4\">\n" +
8725+
"<col class=\"col-sm-3\">\n" +
87258726
"</colgroup>\n" +
87268727
"<thead>\n" +
87278728
"<tr>\n" +

0 commit comments

Comments
 (0)