@awell-health/ui-library 0.1.129 → 0.1.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +4 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1625,6 +1625,10 @@ html {
|
|
|
1625
1625
|
margin-bottom: var(--awell-spacing-4);
|
|
1626
1626
|
line-height: var(--awell-leading-normal);
|
|
1627
1627
|
}
|
|
1628
|
+
.awell__richTextViewer_content ul,
|
|
1629
|
+
.awell__richTextViewer_content ol {
|
|
1630
|
+
line-height: var(--awell-leading-tight);
|
|
1631
|
+
}
|
|
1628
1632
|
.awell__richTextViewer_content ul li,
|
|
1629
1633
|
.awell__richTextViewer_content ol li {
|
|
1630
1634
|
margin-top: var(--awell-spacing-2);
|