mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
Fixing tiny UI error
This commit is contained in:
parent
489752a266
commit
50165e7d9b
1 changed files with 3 additions and 3 deletions
|
@ -507,7 +507,7 @@
|
||||||
|
|
||||||
{{-- Expiration --}}
|
{{-- Expiration --}}
|
||||||
<div class="flex flex-wrap items-center mt-5">
|
<div class="flex flex-wrap items-center mt-5">
|
||||||
<div class="w-1/3 px-2">
|
<div class="w-1/3 pr-2">
|
||||||
<p class="font-title uppercase">
|
<p class="font-title uppercase">
|
||||||
@lang('app.upload-expiry')
|
@lang('app.upload-expiry')
|
||||||
<span class="text-base">*</span>
|
<span class="text-base">*</span>
|
||||||
|
@ -527,7 +527,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{-- Max downloads --}}
|
{{-- Max downloads --}}
|
||||||
<div class="w-1/3 px-2">
|
<div class="w-1/3 pr-2">
|
||||||
<p class="font-title uppercase">
|
<p class="font-title uppercase">
|
||||||
@lang('app.max-downloads')
|
@lang('app.max-downloads')
|
||||||
</p>
|
</p>
|
||||||
|
@ -544,7 +544,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{-- Password --}}
|
{{-- Password --}}
|
||||||
<div class="w-1/3 px-2">
|
<div class="w-1/3">
|
||||||
<span class="font-title uppercase">@lang('app.bundle-password')</span>
|
<span class="font-title uppercase">@lang('app.bundle-password')</span>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Add table
Reference in a new issue