fix: prevent whitespace wrap for tool panel header
This commit is contained in:
parent
484e1f810a
commit
6a8bea462f
1 changed files with 4 additions and 0 deletions
|
|
@ -212,6 +212,10 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.tool-panels-wrapper .panel-heading {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
</style>
|
||||
</%def>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue