There was an error while loading. Please reload this page.
1 parent d85701f commit 9db5c79Copy full SHA for 9db5c79
1 file changed
src/layouts/bible/DraftingPage.tsx
@@ -126,7 +126,7 @@ const DraftingUI: React.FC<DraftingUIProps> = ({
126
)}
127
{hasAnyError && <span className='text-sm text-red-500'>Auto-save failed</span>}
128
</div>
129
- <div className='bg-input w-50 rounded-lg border md:w-50 lg:w-76 xl:w-105'>
+ <div className='bg-input w-1/3 rounded-lg border md:w-50 lg:w-76 xl:w-105'>
130
<div className='h-4 overflow-hidden rounded-full'>
131
<div
132
className='bg-primary h-full rounded-full transition-all duration-300'
0 commit comments