mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-27 14:18:29 +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, {
|
||||
attr: {
|
||||
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>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
{{ form_widget(form.date.time, {
|
||||
attr: {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user