mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
fix: stop profile preview avatars from squashing in narrow flex rows (#28000)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</script>
|
||||
|
||||
<LinkPreview.Root openDelay={0} closeDelay={200} bind:open={openPreview}>
|
||||
<LinkPreview.Trigger class="flex items-center">
|
||||
<LinkPreview.Trigger class="flex shrink-0 items-center">
|
||||
<button
|
||||
type="button"
|
||||
class=" cursor-pointer no-underline! font-normal!"
|
||||
|
||||
Reference in New Issue
Block a user