mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-27 22:24:33 +00:00
Remove padding to make time selectors same height as date selector
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
{{ form_widget(edit_form.date.time, {
|
{{ form_widget(edit_form.date.time, {
|
||||||
attr: {
|
attr: {
|
||||||
class: 'form-control',
|
class: 'form-control',
|
||||||
style: 'flex: 0 0 200px; max-width: 200px; white-space: nowrap;'
|
style: 'flex: 0 0 200px; max-width: 200px; white-space: nowrap; padding: 0;'
|
||||||
}
|
}
|
||||||
}) }}
|
}) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
{{ form_widget(form.date.time, {
|
{{ form_widget(form.date.time, {
|
||||||
attr: {
|
attr: {
|
||||||
class: 'form-control',
|
class: 'form-control',
|
||||||
style: 'flex: 0 0 200px; max-width: 200px; white-space: nowrap;'
|
style: 'flex: 0 0 200px; max-width: 200px; white-space: nowrap; padding: 0;'
|
||||||
}
|
}
|
||||||
}) }}
|
}) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user