Better description of add + fix regression form validation + fix http server not using strokeWidth + add doc about hardcoded
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric NGUYEN 2022-08-16 17:45:52 +02:00
parent da7f5060e8
commit d29d1f5054
6 changed files with 24 additions and 20 deletions

View file

@ -116,7 +116,7 @@ export const ElementsSidebar: React.FC<IElementsSidebarProps> = (props: IElement
</div>
<div ref={elementRef} className='h-96 text-gray-800'>
<List
className='List'
className='List divide-y divide-black'
itemCount={containers.length}
itemSize={35}
height={384}