Browse Source

site: fix logo wrap in IE11

pull/8364/head
afc163 7 years ago
parent
commit
4dc310c331
  1. 1
      site/theme/static/header.less

1
site/theme/static/header.less

@ -35,6 +35,7 @@
height: @header-height;
line-height: @header-height;
text-decoration: none;
white-space: nowrap;
img {
height: 32px;
margin-right: 14px;

Loading…
Cancel
Save