Don't wrap breadcrumbs if they get to long

This commit is contained in:
Chris Kankiewicz
2020-04-27 15:56:50 -07:00
parent 355f2c7ebf
commit 15fb44a283

View File

@@ -1,6 +1,6 @@
<header id="header" class="bg-blue-600 shadow sticky top-0">
<div class="container flex justify-between flex-wrap items-center mx-auto p-4 md:flex-row">
<div class="flex-1 font-mono text-white text-sm tracking-tight my-1">
<div class="flex-1 font-mono text-white text-sm tracking-tight overflow-x-auto whitespace-no-wrap py-1">
<a href="." class="inline-block hover:underline">
{{ translate('home') }}
</a>