1
0
Fork 0

Legend and Whatsgoingon™ heights are min-heights

This commit is contained in:
Gregory Eremin 2015-03-18 16:25:39 +07:00
parent e8e54d0c0f
commit 52d2054a68
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
display: block;
margin: 0;
padding: 0;
height: 90px;
min-height: 90px;
}
.color-dot {
display: block;
@ -135,7 +135,7 @@
color: #444;
margin-bottom: 20px;
line-height: 24px;
height: 72px; /* 3*line-height */
min-height: 72px; /* 3*line-height */
}
.whatsgoingon em {