Improved permalink appearance
This commit is contained in:
parent
40e774cce9
commit
a4f04352a4
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ sidebar {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
color: dimgray;
|
color: dimgray;
|
||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #e0e0e0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: pre;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .left a,
|
#sidebar .left a,
|
||||||
|
|
Loading…
Reference in a new issue