mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
FIX: Auto RTL-LTR text orientation
FIX: Auto RTL-LTR text orientation
This tag was a `<div>` and changed by `<li>` in commit bb6864dd12 (r164667886)
& this change broke the previous behavior of auto text orientation.
This commit is contained in:
parent
7644d66902
commit
ddc88d615c
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
export let topPadding = false;
|
export let topPadding = false;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<li
|
<div
|
||||||
class="flex flex-col justify-between px-5 mb-3 w-full {($settings?.widescreenMode ?? null)
|
class="flex flex-col justify-between px-5 mb-3 w-full {($settings?.widescreenMode ?? null)
|
||||||
? 'max-w-full'
|
? 'max-w-full'
|
||||||
: 'max-w-5xl'} mx-auto rounded-lg group"
|
: 'max-w-5xl'} mx-auto rounded-lg group"
|
||||||
|
|
@ -120,4 +120,4 @@
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</li>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue