Skip to content
Snippets Groups Projects
Commit a5736ab5 authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-7126-kpaxman-fix_info_width' into '1.1.x'

Feature/istwcms 7126 kpaxman fix info width

See merge request !230
parents cd79b38a 9a5c2f84
No related branches found
No related tags found
1 merge request!230Feature/istwcms 7126 kpaxman fix info width
...@@ -238,13 +238,6 @@ ...@@ -238,13 +238,6 @@
padding: var(--size-2) 0; padding: var(--size-2) 0;
} }
} }
.card__footer,
.card__tags {
// Width is experimental to match one of the max-widths in
// layouts for narrower width page look.
@include uw-contained-width(var(--layout-wide-max-width));
}
.card__featured-image { .card__featured-image {
align-items: center; align-items: center;
background-position: center center; background-position: center center;
......
...@@ -5,7 +5,7 @@ ...@@ -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"> <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"> <div id="edit-search-input--description" class="description">
{{ 'This is the description'|t }} {{ '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