Do not allow menu items to wrap.

This commit is contained in:
Hyperling 2025-01-29 05:02:17 -07:00
parent cf57b5576b
commit 3b37e251c1

View File

@ -50,6 +50,7 @@
.menu_item {
display: inline-block;
padding: 0px;
white-space: nowrap;
}
/** Be able to position anything easily. **/