mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Make long section names wrap correctly and pad better
This commit is contained in:
parent
b0daabb577
commit
f9e2141ed4
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="row no-gutters align-items-center">
|
||||
<div class="row no-gutters align-items-top">
|
||||
<div class="col-10">
|
||||
<div class="document-structure">
|
||||
<div class="page-header">
|
||||
|
@ -55,7 +55,7 @@
|
|||
<div class="modal-body">
|
||||
<div class="form-group">
|
||||
<label>Destination Document</label>
|
||||
{{focus-input type="text" value=docSearchFilter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
|
||||
{{focus-input type="text" value=docSearchFilter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
|
||||
</div>
|
||||
<div class="my-5 document-copy-move">
|
||||
{{#if emptySearch}}
|
||||
|
@ -92,7 +92,7 @@
|
|||
<div class="modal-body">
|
||||
<div class="form-group">
|
||||
<label>Destination Document</label>
|
||||
{{focus-input type="text" value=docSearchFilter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
|
||||
{{focus-input type="text" value=docSearchFilter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
|
||||
</div>
|
||||
<div class="my-5 document-copy-move">
|
||||
{{#if emptySearch}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue