mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge pull request #14400 from torisetxd/capabilities-fix
fix: Improve mobile styling for capabilities in workspace models
This commit is contained in:
commit
1aac41d6c3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
<div class="flex w-full justify-between mb-1">
|
||||
<div class=" self-center text-sm font-semibold">{$i18n.t('Capabilities')}</div>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="flex items-center mt-2 flex-wrap">
|
||||
{#each Object.keys(capabilityLabels) as capability}
|
||||
<div class=" flex items-center gap-2 mr-3">
|
||||
<Checkbox
|
||||
|
|
|
|||
Loading…
Reference in a new issue