Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Properly set the td width (hack I originally put in was removed from …
Browse files Browse the repository at this point in the history
…sortableTable)

Auditors: @jkup
  • Loading branch information
bsclifton authored and jkup committed Dec 14, 2016
1 parent 714ae13 commit 48f3760
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions less/about/history.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
.domain {
font-size: 11pt;
}

td {
&:nth-of-type(2) {
width: 60%;
}
}
}
}
}

0 comments on commit 48f3760

Please sign in to comment.