Merge pull request #6469 from hashicorp/jt-ie-bnr

website: add a height to svg in bnr to fix IE bug
This commit is contained in:
James Nugent 2016-05-04 14:10:01 -05:00
commit a7817c0710
2 changed files with 1 additions and 3 deletions

View File

@ -187,6 +187,3 @@ PLATFORMS
DEPENDENCIES
middleman-hashicorp!
BUNDLED WITH
1.11.2

View File

@ -87,6 +87,7 @@ body{
svg{
width: 156px;
height: 18px;
fill: $white;
margin-right: 4px;
margin-left: 3px;