fix css
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if showRoot}}
|
||||
<div class="root-item">
|
||||
<a href="#{{scope}}" class="action link{{#if rootIsSelected}} text-bold{{/if}}" data-action="selectRoot">{{rootName}}{{#if isExpanded}} <span class="fas fa-level-down-alt fa-sm"></span>{{/if}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<ul class="list-group list-group-tree list-group-no-border">
|
||||
|
||||
@@ -2413,7 +2413,7 @@ pre > code {
|
||||
}
|
||||
|
||||
.folders-container > .list-group-side > .list-group-item,
|
||||
.categories-container > .list-expanded,
|
||||
.categories-container div.root-item,
|
||||
.categories-container .list-group-tree > .list-group-item > .cell {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user