Made cells align themself at middle of table
This commit is contained in:
parent
cfb1df93ee
commit
eb67b0e007
1 changed files with 6 additions and 0 deletions
|
|
@ -100,3 +100,9 @@ select:-webkit-autofill:focus {
|
|||
.json-view-dark {
|
||||
background-color: #141924 !important;
|
||||
}
|
||||
|
||||
.ag-row .ag-cell {
|
||||
display: flex;
|
||||
justify-content: center; /* align horizontal */
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue