
.components-tools-panel {
  .custom-attributes-control {
    .group-control__body {
      gap: 12px;
    }
  }
}

// Remove spaces for label attributes inside ToolsPanel
.attribute-label {
  *:empty {
    display: none;
  }
}

// JSON attribute's label
.attribute-json .components-base-control__label {
  margin-bottom: 0;
}
