Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Unverified Commit f2335950 authored by Szilagyi Andras's avatar Szilagyi Andras Committed by GitHub
Browse files

Merge pull request #86 from openeuropa/OEL-1241

OEL-1241: No margin in search box input field.
parents e6c938d8 8b5a8b46
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ class SearchForm extends FormBase {
'#title' => $config['input']['label'],
'#title_display' => 'invisible',
'#size' => 20,
'#margin_class' => 'mb-0',
'#attributes' => [
'placeholder' => $config['input']['placeholder'],
'class' => [
......
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