fix(PrintFormat): Section Labels with spaces in them got truncated (#6819)
This commit is contained in:
parent
3250553738
commit
cc033a67eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="print-format-builder-section row light-bg" data-label={{ section.label || "" }}>
|
||||
<div class="print-format-builder-section row light-bg" data-label="{{ section.label || '' }}">
|
||||
<div class="print-format-builder-section-head">
|
||||
<a class="section-settings pull-right
|
||||
btn-default btn-xs" style="padding-top: 3px">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue