Skip to content
Snippets Groups Projects
Verified Commit be1353b4 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix(datatable): pagination layout

parent 2ca19dd0
No related branches found
No related tags found
No related merge requests found
...@@ -139,6 +139,8 @@ const resizeObserverSymbol = Symbol("resizeObserver"); ...@@ -139,6 +139,8 @@ const resizeObserverSymbol = Symbol("resizeObserver");
* @example /examples/components/datatable/order-by Sort data * @example /examples/components/datatable/order-by Sort data
* @example /examples/components/datatable/select-rows Select rows * @example /examples/components/datatable/select-rows Select rows
* *
* @issue https://localhost.alvine.dev:8443/development/issues/closed/277.html
*
* @copyright schukai GmbH * @copyright schukai GmbH
* @summary A beautiful and highly customizable data table. It can be used to display data from a data source. * @summary A beautiful and highly customizable data table. It can be used to display data from a data source.
* @fires monster-datatable-row-copied * @fires monster-datatable-row-copied
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
::slotted(.monster-button-group) { ::slotted(.monster-button-group) {
display: flex; display: flex;
flex-direction: row !important; flex-direction: row !important;
align-items: center; align-items: flex-end;
} }
[data-monster-role=datatable] { [data-monster-role=datatable] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment