diff --git a/source/components/datatable/datatable.mjs b/source/components/datatable/datatable.mjs
index 0fd116d0db80d1acaccd8ec0ac4fe81a7c5fd561..92e81b896a1b57d0465105f936b4e4c0a55114ab 100644
--- a/source/components/datatable/datatable.mjs
+++ b/source/components/datatable/datatable.mjs
@@ -139,6 +139,8 @@ const resizeObserverSymbol = Symbol("resizeObserver");
  * @example /examples/components/datatable/order-by Sort data
  * @example /examples/components/datatable/select-rows Select rows
  *
+ * @issue https://localhost.alvine.dev:8443/development/issues/closed/277.html
+ *
  * @copyright schukai GmbH
  * @summary A beautiful and highly customizable data table. It can be used to display data from a data source.
  * @fires monster-datatable-row-copied
diff --git a/source/components/datatable/style/datatable.pcss b/source/components/datatable/style/datatable.pcss
index 5cf8a00e68cc13a18048502cbd2cebe62c55d7a1..bde80b2392fc69d88ab9b07fe393606dff93c04d 100644
--- a/source/components/datatable/style/datatable.pcss
+++ b/source/components/datatable/style/datatable.pcss
@@ -66,7 +66,7 @@
 ::slotted(.monster-button-group) {
     display: flex;
     flex-direction: row !important;
-    align-items: center;
+    align-items: flex-end;
 }
 
 [data-monster-role=datatable] {