MDL-85700 theme_boost: Fix singleselect spacing
- Fix single_select template adding gap between elements.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
}}
|
||||
|
||||
<div class="{{classes}} d-inline-block">
|
||||
<form method="{{method}}" action="{{action}}" class="d-flex flex-wrap align-items-center" id="{{formid}}">
|
||||
<form method="{{method}}" action="{{action}}" class="d-flex flex-wrap align-items-center gap-2" id="{{formid}}">
|
||||
{{#params}}
|
||||
<input type="hidden" name="{{name}}" value="{{value}}">
|
||||
{{/params}}
|
||||
|
||||
Reference in New Issue
Block a user