diff options
-rw-r--r-- | src/components/Navigation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 783e12a..9f4e530 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -58,7 +58,7 @@ border-radius: 5px; border: solid 1px #2f2e32; margin-bottom: 13px; - min-width: 17ch; + min-width: max(160px, 17ch); & ul { list-style: none; |