Version 1
[yaffs-website] / web / core / themes / classy / templates / form / datetime-form.html.twig
diff --git a/web/core/themes/classy/templates/form/datetime-form.html.twig b/web/core/themes/classy/templates/form/datetime-form.html.twig
new file mode 100644 (file)
index 0000000..f56182f
--- /dev/null
@@ -0,0 +1,15 @@
+{#
+/**
+ * @file
+ * Theme override of a datetime form element.
+ *
+ * Available variables:
+ * - attributes: HTML attributes for the datetime form element.
+ * - content: The datelist form element to be output.
+ *
+ * @see template_preprocess_datetime_form()
+ */
+#}
+<div{{ attributes.addClass('container-inline') }}>
+  {{ content }}
+</div>