Skip to content

Commit c4bb1f8

Browse files
committed
fix: non breakable footer items
1 parent 248175f commit c4bb1f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/_static/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ a {
6565
text-align: center;
6666
}
6767

68+
.footer > * {
69+
white-space: nowrap;
70+
}
71+
6872
.nav-bar {
6973
display: flex;
7074
justify-content: space-between;

0 commit comments

Comments
 (0)