3
0
Fork 0

fix: prevent whitespace wrap for tool panel header

This commit is contained in:
Lance Edgar 2025-12-29 17:53:24 -06:00
parent 484e1f810a
commit 6a8bea462f

View file

@ -212,6 +212,10 @@
padding: 1rem;
}
.tool-panels-wrapper .panel-heading {
white-space: nowrap;
}
</style>
</%def>