We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5878c6e commit b419626Copy full SHA for b419626
src/styles/index.css
@@ -744,11 +744,12 @@ ol.mdx-illustration-block {
744
.uwu-visible {
745
display: none;
746
}
747
-.uwu .uwu-visible,.uwu-hidden {
748
- display: inline-flex !important;
749
- flex-wrap: nowrap;
750
-}
751
+.uwu .uwu-visible,
+.uwu-hidden {
+ display: inline-flex !important;
+ flex-wrap: nowrap;
752
+}
753
754
.uwu .uwu-visible {
755
display: flex;
0 commit comments