Make template usage graph take up 100% of width

The bars were sitting in a table cell with some right padding, so they
never extended all the way to the right. Making it right-aligned removes
this padding, then setting the text to left aligned keeps things looking
the same.
This commit is contained in:
Chris Hill-Scott
2017-02-15 13:24:21 +00:00
parent 562a93b9b1
commit 008b9b4cef
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
margin-bottom: $gutter-half;
height: $gutter-half;
color: $text-colour;
text-align: left;
span {
box-sizing: border-box;