add a height to svg in bnr to fix IE bug
This commit is contained in:
parent
952152280e
commit
5ed03602d7
|
@ -187,6 +187,3 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
middleman-hashicorp!
|
middleman-hashicorp!
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.11.2
|
|
||||||
|
|
|
@ -87,6 +87,7 @@ body{
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
width: 156px;
|
width: 156px;
|
||||||
|
height: 18px;
|
||||||
fill: $white;
|
fill: $white;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
|
Loading…
Reference in New Issue