Skip to content

Commit

Permalink
fix(gui-front): set style for LogLevelList
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 7, 2024
1 parent b10589a commit faea452
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const LogLevelList = () => {

const tooltip = (
<>
{t('log-level-list-tooltip')}
{t('log-level-list-tooltip2')}
{t('log-level-list-tooltip3')}
{t('log-level-list-tooltip4')}
<p> {t('log-level-list-tooltip')}</p>
<p> {t('log-level-list-tooltip2')}</p>
<p> {t('log-level-list-tooltip3')}</p>
<p> {t('log-level-list-tooltip4')}</p>
</>
);

return (
<Tooltip title={tooltip}>
<Tooltip placement='top' title={tooltip}>
<SelectWithLabel
label={t('log-level-list-label')}
menuItems={menuItems}
Expand Down

0 comments on commit faea452

Please sign in to comment.