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>
Этот коммит содержится в:
Matthew Birtch
2024-07-30 19:10:05 -04:00
коммит произвёл GitHub
родитель d26a76a890
Коммит b1fd445fcc

Просмотреть файл

@@ -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);