Legend and Whatsgoingon™ heights are min-heights
This commit is contained in:
parent
e8e54d0c0f
commit
52d2054a68
|
@ -41,7 +41,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 90px;
|
min-height: 90px;
|
||||||
}
|
}
|
||||||
.color-dot {
|
.color-dot {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
color: #444;
|
color: #444;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
height: 72px; /* 3*line-height */
|
min-height: 72px; /* 3*line-height */
|
||||||
}
|
}
|
||||||
|
|
||||||
.whatsgoingon em {
|
.whatsgoingon em {
|
||||||
|
|
Loading…
Reference in New Issue