Vertically center data items (#87)

This commit is contained in:
Loren Burkholder 2022-11-02 17:33:09 -04:00 committed by GitHub
parent 9e770788c6
commit a5f82d1bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,8 @@
line-height: inherit;
}
.pi-data-value {
display: flex;
align-items: center;
flex-basis: 200px;
-webkit-flex-basis: 200px;
-moz-flex-basis: 200px;