mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
w-full
This commit is contained in:
parent
d2e096957e
commit
e1a1ca6275
1 changed files with 2 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ export const FeaturesTab = () => {
|
|||
<h2 className={`text-3xl mt-12`}>Feature Options</h2>
|
||||
<ErrorBoundary>
|
||||
<div className='flex gap-x-4 items-start justify-around mt-4 mb-16'>
|
||||
<div>
|
||||
<div className='w-full'>
|
||||
<h4 className={`text-base`}>{displayInfoOfFeatureName('Autocomplete')}</h4>
|
||||
<div className='text-sm italic text-void-fg-3 my-1'>Experimental. Only works with models that support FIM.</div>
|
||||
<div className='flex items-center gap-x-2'>
|
||||
|
|
@ -454,7 +454,7 @@ export const FeaturesTab = () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div className='w-full'>
|
||||
<h4 className={`text-base`}>{displayInfoOfFeatureName('Apply')}</h4>
|
||||
<ModelDropdown featureName={'Apply'} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue