Legend and Whatsgoingon™ heights are min-heights
This commit is contained in:
+2
-2
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user