Fix Bug 33803.

This commit is contained in:
Julia Radzhabova 2017-02-09 09:55:35 +03:00
parent a893ab276b
commit d80f5ed598
2 changed files with 3 additions and 1 deletions

View file

@ -454,6 +454,8 @@ define([
body.height(parseInt(text_cnt.css('height')) + parseInt(footer.css('height')));
window.setHeight(parseInt(body.css('height')) + parseInt(header.css('height')));
}
if (text.height() < icon.height()-10)
text.css({'vertical-align': 'baseline', 'line-height': icon.height()+'px'});
}
function onBtnClick(event) {

View file

@ -136,7 +136,7 @@
height: 50px;
.text {
padding-left: 70px;
padding-left: 60px;
span {
font-size: 12px;