Center the text itself in upload area (#24029)

th-downstream
Rodion Borisov 2 years ago committed by GitHub
parent 76950ce2bc
commit 100ada1e2b

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