Commit 85a12337 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 670fa83e
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
> >
<div class="flex-1 flex items-center gap-2"> <div class="flex-1 flex items-center gap-2">
<GlobeAltSolid /> <GlobeAltSolid />
<div class="flex items-center">{$i18n.t('Web Search')}</div> <div class=" line-clamp-1">{$i18n.t('Web Search')}</div>
</div> </div>
<Switch bind:state={webSearchEnabled} /> <Switch bind:state={webSearchEnabled} />
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
}} }}
> >
<DocumentArrowUpSolid /> <DocumentArrowUpSolid />
<div class="flex items-center">{$i18n.t('Upload Files')}</div> <div class=" line-clamp-1">{$i18n.t('Upload Files')}</div>
</DropdownMenu.Item> </DropdownMenu.Item>
</DropdownMenu.Content> </DropdownMenu.Content>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment