mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-25 06:51:18 +02:00
Don't wrap breadcrumbs if they get to long
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user