mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-13 18:36:54 +00:00
Vertically center data items (#87)
This commit is contained in:
parent
9e770788c6
commit
a5f82d1bfb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue