Skip to content
Snippets Groups Projects
Commit 9a5c2f84 authored by Kevin Paxman's avatar Kevin Paxman Committed by Eric Bremner
Browse files

ISTWCMS-7126: remove narrow width set on additional node info when banner or hero image is present

parent c50723d1
No related branches found
No related tags found
1 merge request!230Feature/istwcms 7126 kpaxman fix info width
......@@ -5,7 +5,7 @@
<div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-search-input form-item-search-input form-no-label">
<input data-drupal-selector="edit-search-input" data-msg-required="This field field is required." data-msg-maxlength="This field field has a maximum length of 128." type="text" id="edit-search-input" name="search_input" value="" size="60" maxlength="128" placeholder="This is the placeholder" class="form-text required" required="required" aria-required="true">
<input data-drupal-selector="edit-search-input" data-msg-required="This field is required." data-msg-maxlength="This field has a maximum length of 128." type="text" id="edit-search-input" name="search_input" value="" size="60" maxlength="128" placeholder="This is the placeholder" class="form-text required" required="required" aria-required="true">
<div id="edit-search-input--description" class="description">
{{ 'This is the description'|t }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment