Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can we ensure SEO Checker is using same indentation of the input fields like in Umbraco core?
For the label use the class control-label and for div of input group use the classes controls controls-row
For SEO Checker I noticed the container for input group use classes like snippetContainer and sc-control
It would be much better to use this:
<label class="control-label"> ... </label> <div class="controls controls-row snippetContainer"> ... </div>
and
<label class="control-label"> ... </label> <div class="controls controls-row sc-control"> ... </div>
and overwrite the default css, when needed.. e.g. display: block; margin-left: 240px; can be removed from .snippetContainer
/Bjarne
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Indentation of field consistent with Umbraco
Can we ensure SEO Checker is using same indentation of the input fields like in Umbraco core?
For the label use the class control-label and for div of input group use the classes controls controls-row
For SEO Checker I noticed the container for input group use classes like snippetContainer and sc-control
It would be much better to use this:
and
and overwrite the default css, when needed.. e.g. display: block; margin-left: 240px; can be removed from .snippetContainer
/Bjarne
is working on a reply...