Center the text itself in upload area (#24029)
This commit is contained in:
parent
2f7a663b0b
commit
a52ccd7ad9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue