Skip to content

Commit

Permalink
修复链接折行问题
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed May 13, 2020
1 parent 36031e3 commit 3b5371e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/css/matery.css
Expand Up @@ -1167,14 +1167,17 @@ article .article-tags .chip {
}

#artDetail .reprint {
margin: 15px 0 5px 0;
margin-bottom: 0.4rem;
margin: 15px 0 0.4rem;
padding: 0.5rem 0.8rem;
border: 1px solid #eee;
line-height: 2;
transition: box-shadow 0.3s ease-in-out
}

#artDetail .reprint-info {
word-break: break-word;
}

#artDetail .reprint:hover {
box-shadow: 0 0 10px 0 rgba(232, 237, 250, .6), 0 4px 8px 0 rgba(232, 237, 250, .5)
}
Expand Down

0 comments on commit 3b5371e

Please sign in to comment.