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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d26a76a890
Коммит
b1fd445fcc
@@ -31,6 +31,7 @@
|
|||||||
.Card__header {
|
.Card__header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
padding: 28px 32px 24px 32px;
|
padding: 28px 32px 24px 32px;
|
||||||
border-bottom: 1px solid rgba(var(--sys-center-channel-color-rgb), 0.08);
|
border-bottom: 1px solid rgba(var(--sys-center-channel-color-rgb), 0.08);
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user