mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Fix for inconsistent font size in inspector
This commit is contained in:
parent
dfd5d3dd21
commit
417dd414de
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export const Code = ({
|
|||
const options = paramMeta.options || {}
|
||||
|
||||
return (
|
||||
<div className={`mb-2 ${options.className}`}>
|
||||
<div className={`mb-2 field ${options.className}`}>
|
||||
<label {...getToolTipProps(paramMeta)} className="form-label">{displayName}</label>
|
||||
<CodeHinter
|
||||
currentState={currentState}
|
||||
|
|
|
|||
Loading…
Reference in a new issue