fix minor dashboard CSS issue
parent
6a66e5fc98
commit
9bcc3c1ea3
|
@ -2853,7 +2853,7 @@ footer .container .links > *:first-child {
|
|||
font-size: 13px;
|
||||
}
|
||||
.feeds .news .issue.title {
|
||||
line-height: 1em;
|
||||
line-height: 1.1em;
|
||||
width: 80%;
|
||||
}
|
||||
.feeds .news .push.news .content ul {
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
font-size: 13px;
|
||||
}
|
||||
.issue.title {
|
||||
line-height: 1em;
|
||||
line-height: 1.1em;
|
||||
width: 80%;
|
||||
}
|
||||
.push.news .content ul {
|
||||
|
|
Loading…
Reference in New Issue