Fixed long tag names appearance in post view
This commit is contained in:
parent
ed74a9f470
commit
fc07bb590a
1 changed files with 5 additions and 1 deletions
|
@ -23,13 +23,17 @@ embed {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar .tags li {
|
||||
#sidebar .tags li a {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
max-width: 90%;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
#sidebar .tags li .count {
|
||||
padding-left: 0.5em;
|
||||
color: silver;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
#around {
|
||||
|
|
Loading…
Reference in a new issue