Skip to content

Commit 12a70dd

Browse files
committed
fix: prevent wrapping in uwu mode footer links
1 parent 40ea071 commit 12a70dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,10 +746,14 @@ ol.mdx-illustration-block {
746746
}
747747
.uwu-hidden {
748748
display: flex;
749+
flex-wrap: nowrap;
750+
white-space: nowrap;
749751
}
750752

751753
.uwu .uwu-visible {
752754
display: flex;
755+
flex-wrap: nowrap;
756+
white-space: nowrap;
753757
}
754758

755759
.uwu .uwu-hidden {

0 commit comments

Comments
 (0)