|
|
@@ -47,11 +47,11 @@
|
|
|
|
|
|
<div id="fileInfo" class="hidden mb-6 p-4 bg-blue-50 rounded-lg">
|
|
|
<div class="flex items-center justify-between">
|
|
|
- <div>
|
|
|
- <p class="font-medium text-blue-900" id="fileName"></p>
|
|
|
+ <div class="flex-1 min-w-0 mr-3">
|
|
|
+ <p class="font-medium text-blue-900 truncate" id="fileName" title=""></p>
|
|
|
<p class="text-sm text-blue-700" id="fileSize"></p>
|
|
|
</div>
|
|
|
- <button type="button" id="removeFile" class="text-red-600 hover:text-red-800">
|
|
|
+ <button type="button" id="removeFile" class="text-red-600 hover:text-red-800 flex-shrink-0">
|
|
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
|
|
|
</svg>
|