There was an error while loading. Please reload this page.
1 parent 9600341 commit 4ba9fdcCopy full SHA for 4ba9fdc
1 file changed
src/layouts/bible/DraftingPage.tsx
@@ -359,7 +359,7 @@ const DraftingUI: React.FC<DraftingUIProps> = ({
359
)}
360
{hasAnyError && <span className='text-sm text-red-500'>Auto-save failed</span>}
361
</div>
362
- <div className='bg-input rounded-lg border md:w-50 lg:w-76 xl:w-105'>
+ <div className='bg-input w-50 rounded-lg border md:w-50 lg:w-76 xl:w-105'>
363
<div className='h-4 overflow-hidden rounded-full'>
364
<div
365
className='bg-primary h-full rounded-full transition-all duration-300'
0 commit comments