Ensure the 'address' label fits the layout

This commit is contained in:
Johannes Zellner 2016-11-25 18:37:19 +01:00
parent bdd0d6b491
commit 9d7c686f20
2 changed files with 13 additions and 1 deletions

View file

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

View file

@ -79,7 +79,7 @@
{{/if}}
{{#if replyTo}}
<dt>Email "reply-to"</dt>
<dt>Email "reply-to" address</dt>
<dd>{{replyTo}}</dd>
{{/if}}