B: Fix schema names layout
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions

This commit is contained in:
Ivan 2025-05-13 18:43:03 +03:00
parent cf1e38c004
commit a99734ac0e

View File

@ -38,7 +38,11 @@ export function SchemasGuide() {
return (
<div className='p-1' tabIndex={-1} id={globalIDs.graph_schemas}>
<IconHelp size='1.25rem' className='icon-primary' />
<Tooltip anchorSelect={`#${globalIDs.graph_schemas}`} place='right' className='max-w-100 break-words text-base'>
<Tooltip
anchorSelect={`#${globalIDs.graph_schemas}`}
place='right'
className='grid max-w-100 break-words text-base'
>
<div className='inline-flex items-center gap-2'>
<span className='w-2.5 h-2.5 border rounded-full' style={{ backgroundColor: colorBgSchemas(0) }} />
<span>Текущая схема</span>