@oxide/design-system 2.1.1--canary.00ddb5c.0 → 2.1.1--canary.2b7369b.0
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/components/dist/asciidoc.css +13 -9
- package/package.json +1 -1
|
@@ -782,14 +782,6 @@
|
|
|
782
782
|
line-height: 1 !important;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
#content {
|
|
786
|
-
max-width: 80vw;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.asciidoc-body .paragraph {
|
|
790
|
-
max-width: 80vw;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
785
|
@page {
|
|
794
786
|
margin-top: 2cm;
|
|
795
787
|
margin-bottom: 2cm;
|
|
@@ -842,7 +834,19 @@
|
|
|
842
834
|
h3[data-sectnum]::before,
|
|
843
835
|
h4[data-sectnum]::before,
|
|
844
836
|
h5[data-sectnum]::before {
|
|
845
|
-
@apply hidden;
|
|
837
|
+
@apply !hidden;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
h1,
|
|
841
|
+
h2,
|
|
842
|
+
h3,
|
|
843
|
+
h4,
|
|
844
|
+
h5 {
|
|
845
|
+
@apply ml-0 pl-0;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.paragraph {
|
|
849
|
+
max-width: 80vw;
|
|
846
850
|
}
|
|
847
851
|
}
|
|
848
852
|
}
|
package/package.json
CHANGED