Skip to content

Commit 5878c6e

Browse files
author
maheen8q
committed
Fix: prevent 'Logo by' from wrapping by updating .uwu-visible
1 parent 40ea071 commit 5878c6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/styles/index.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,10 +744,12 @@ ol.mdx-illustration-block {
744744
.uwu-visible {
745745
display: none;
746746
}
747-
.uwu-hidden {
748-
display: flex;
747+
.uwu .uwu-visible,.uwu-hidden {
748+
display: inline-flex !important;
749+
flex-wrap: nowrap;
749750
}
750751

752+
751753
.uwu .uwu-visible {
752754
display: flex;
753755
}

0 commit comments

Comments
 (0)