Some minor tweaks

This commit is contained in:
Gregory Schier
2024-02-01 00:48:03 -08:00
parent 1eed0e8f22
commit 2c041fbac6
5 changed files with 16 additions and 21 deletions

View File

@@ -81,7 +81,7 @@ export const JsonAttributeTree = ({ depth = 0, attrKey, attrValue, attrKeyJsonPa
<div className={classNames(/*depth === 0 && '-ml-4',*/ 'font-mono text-xs')}>
<div className="flex items-center">
{isExpandable ? (
<button className="group relative flex items-center pl-4" onClick={toggleExpanded}>
<button className="group relative flex items-center pl-4 w-full" onClick={toggleExpanded}>
<Icon
size="xs"
icon="chevronRight"