Center the text itself in upload area (#24029)

This commit is contained in:
Rodion Borisov 2023-03-09 16:35:44 +03:00 committed by Claire
parent 4bfbeb8139
commit 14bcd14289

View file

@ -4482,6 +4482,7 @@ a.status-card.compact:hover {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: $secondary-text-color;
font-size: 18px;
font-weight: 500;