Commit 290d7e3a77818d9dcab209402747425e10d92191

Authored by Nathan Broadbent
1 parent b4bd0d64
Exists in master and in 1 other branch production

Fixed width of deploys 'when' column.

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -650,6 +650,10 @@ table.tally th.value {
650 650 text-transform:none;
651 651 }
652 652  
  653 +/* Deploys table */
  654 +table.deploys td.when {
  655 + width: 102px;
  656 +}
653 657  
654 658 /* Resolve Errs */
655 659 #action-bar a.resolve {
... ...