Skip to content

Commit

Permalink
refactor(dashboard): extend length
Browse files Browse the repository at this point in the history
  • Loading branch information
bryson-g committed Dec 18, 2024
1 parent e6a0aa4 commit 757f169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Variables: FC<VariablesProps> = ({ variableDefs, variables }) => {
<span>=</span>
<span className="truncate">
<OverflowText
className="max-w-64"
className="max-w-96"
text={
getVariableValue(variables.find(v => v.id?.name === variable.varDef?.name)?.value)?.toString() ?? ''
}
Expand Down

0 comments on commit 757f169

Please sign in to comment.