fix(static): Attach thread index divider to correct element
This commit is contained in:
parent
fa32b9f700
commit
0bfc8fbf8b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ code, pre, code * {
|
|||
max-height: 40px;
|
||||
}
|
||||
|
||||
.mdl-list__item-primary-content:after {
|
||||
.thread-divider:after {
|
||||
border-bottom: 1px solid rgba(0,0,0,.13);
|
||||
content:"";
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue