Legend and Whatsgoingon™ heights are min-heights
This commit is contained in:
parent
e8e54d0c0f
commit
52d2054a68
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue