mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
parent
d26a76a890
commit
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user