mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 21:43:42 -04:00
fix: break device name line on small screens
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{#await getDevice()}
|
||||
<PageLoading />
|
||||
{:then device}
|
||||
<h1 class="text-3xl font-bold mb-8">{device.name}</h1>
|
||||
<h1 class="text-3xl font-bold mb-8 sm:break-all">{device.name}</h1>
|
||||
<DeviceForm {device} />
|
||||
{:catch err}
|
||||
<div class="container max-w-lg mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user