Skip to content

Commit 05d2747

Browse files
imagoiqgfellerph
andauthored
fix(styles): dropdown icons in a table are misaligned (#2500)
Co-authored-by: Philipp Gfeller <[email protected]>
1 parent e93eb1e commit 05d2747

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/clean-olives-stare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@swisspost/design-system-styles': patch
3+
---
4+
5+
Fixed the alignment of icons on datatable buttons.

packages/styles/src/components/datatable.scss

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
}
9595

9696
.datatable-button {
97+
display: flex;
98+
align-items: center;
9799
@include button-mixins.reset-button;
98100
width: datatable.$datatable-button-width;
99101
height: datatable.$datatable-button-height;

0 commit comments

Comments
 (0)