MM-59347 Fix spacing issue in data retention card headers (#27576)

* fixed spacing issue in card header for data retention screen

* fix lint

* fix lint

---------

Co-authored-by: Caleb Roseland <caleb@calebroseland.com>
This commit is contained in:
Matthew Birtch 2024-07-30 19:10:05 -04:00 committed by GitHub
parent d26a76a890
commit b1fd445fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@
.Card__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 28px 32px 24px 32px;
border-bottom: 1px solid rgba(var(--sys-center-channel-color-rgb), 0.08);