Fix category name indenting in category list

This commit is contained in:
nathan 2022-11-28 09:20:06 -07:00
parent 0c0e91f750
commit a3f37c075e

View File

@ -31,7 +31,7 @@
</row>
<row class="$row_cont[id] $row_cont[class]">
<hbox options="0,0">
<html id="${row}[level_spacer]"/>
<html id="${row}[level_spacer]" class="level_spacer"/>
<description id="${row}[name]" class="$row_cont[class]"/>
</hbox>
<description id="${row}[description]"/>
@ -75,7 +75,7 @@
</box>
<styles>
.level0 { font-weight: bold; }
.level_spacer { flex: 0 0 auto;}
.action_popup {
position: fixed;
top: 200px;