Remove css justify-content for helm-chart list (#14692)

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Will Sun 2021-04-26 10:32:46 +08:00 committed by GitHub
parent 0c724d3a44
commit a344b1e17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,6 @@ button {
} }
.table-center { .table-center {
display: flex; display: flex;
justify-content: center;
align-items: center; align-items: center;
} }