Skip to content
Snippets Groups Projects
Commit a71cd3a6 authored by wodby's avatar wodby Committed by Kevin Paxman
Browse files

ISTWCMS-4729:additional class to match the expected css

parent 728208f0
No related branches found
No related tags found
1 merge request!239ISTWCMS 4729 ebremner search form
...@@ -63,7 +63,7 @@ class UwSearchForm extends FormBase { ...@@ -63,7 +63,7 @@ class UwSearchForm extends FormBase {
'#type' => 'select', '#type' => 'select',
'#id' => 'uw-select-site', '#id' => 'uw-select-site',
'#attributes' => [ '#attributes' => [
'class' => ['uw-select--search'], 'class' => ['form-item__select', 'uw-select--search'],
], ],
'#options' => [ '#options' => [
'' => $this->t('On all sites'), '' => $this->t('On all sites'),
......
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