mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-14 19:31:44 +00:00
Add flex-basis to pi-data-value
This commit is contained in:
parent
e24a82da52
commit
06f22b2bf0
|
@ -130,6 +130,9 @@
|
|||
line-height: inherit;
|
||||
}
|
||||
.pi-data-value {
|
||||
flex-basis: 200px;
|
||||
-webkit-flex-basis: 200px;
|
||||
-moz-flex-basis: 200px;
|
||||
> :not( ul ),
|
||||
li {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue