weird hack to make the chevron wrap around with the last word
This commit is contained in:
parent
92ebc29daf
commit
7b549a5ee3
2 changed files with 33 additions and 22 deletions
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
|
||||
.tree details:not([open])>summary>.branch-summary>:last-child::after {
|
||||
content: '';
|
||||
content: '\00A0';
|
||||
display: inline-block;
|
||||
|
||||
background-image:
|
||||
|
@ -159,6 +159,12 @@
|
|||
|
||||
vertical-align: text-bottom;
|
||||
margin-left: 0.5em;
|
||||
|
||||
margin-right: -32px;
|
||||
}
|
||||
|
||||
.tree details:not([open])>summary>.branch-summary>:last-child {
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
||||
@media (hover: none) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue