From 06f22b2bf0cb0a07732993607734a5fbd47ebd53 Mon Sep 17 00:00:00 2001 From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com> Date: Sat, 2 Oct 2021 17:39:16 -0600 Subject: [PATCH] Add flex-basis to pi-data-value --- resources/PortableInfobox.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/PortableInfobox.less b/resources/PortableInfobox.less index caeac89..a067bcd 100644 --- a/resources/PortableInfobox.less +++ b/resources/PortableInfobox.less @@ -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; } -} \ No newline at end of file +}