1
0
Fork 0
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:
McMatts 2018-05-31 18:19:52 +01:00
parent b0daabb577
commit f9e2141ed4
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
margin: 0 0 0 0;
> .page-header {
margin: 0 0 0.7rem 0;
margin: 0 0 2rem 0;
> .page-number {
color: $color-gray;
@ -29,7 +29,7 @@
}
> .page-title {
display: inline-block;
display: inline;
font-size: 2.0rem;
font-weight: bold;
margin: 16px 0;

View file

@ -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}}