Merge pull request #1417 from coreos-inc/colsizefix
Fix security column sizing
This commit is contained in:
commit
fe5787ac28
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="hidden-xs"
|
<td class="hidden-xs"
|
||||||
ng-class="tablePredicateClass('security_scanned', options.predicate, options.reverse)"
|
ng-class="tablePredicateClass('security_scanned', options.predicate, options.reverse)"
|
||||||
style="width: 140px;"
|
style="width: 230px;"
|
||||||
quay-require="['SECURITY_SCANNER']">
|
quay-require="['SECURITY_SCANNER']">
|
||||||
Security Scan
|
Security Scan
|
||||||
</td>
|
</td>
|
||||||
|
|
Reference in a new issue