Ensure the 'address' label fits the layout
This commit is contained in:
parent
bdd0d6b491
commit
9d7c686f20
2 changed files with 13 additions and 1 deletions
|
@ -12,3 +12,15 @@
|
|||
from { -webkit-transform: rotate(0deg); }
|
||||
to { -webkit-transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
/* Supporting wider description lists */
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.dl-horizontal dt {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.dl-horizontal dd {
|
||||
margin-left: 220px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if replyTo}}
|
||||
<dt>Email "reply-to"</dt>
|
||||
<dt>Email "reply-to" address</dt>
|
||||
<dd>{{replyTo}}</dd>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue