Center the text itself in upload area (#24029)

merge/filtering
Rodion Borisov 1 year ago committed by GitHub
parent 2f7a663b0b
commit a52ccd7ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4509,6 +4509,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;

Loading…
Cancel
Save