Add flex-basis to pi-data-value

This commit is contained in:
Universal Omega 2021-10-02 17:39:16 -06:00 committed by GitHub
parent e24a82da52
commit 06f22b2bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
@ -527,4 +530,4 @@
line-height: inherit;
margin: 0;
}
}
}