> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uplifthub.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Line item extras

> Drag-and-drop status updates and removing line items.

export const Ui = ({children}) => <span style={{
  display: "inline-flex",
  alignItems: "center",
  padding: "1px 6px",
  background: "#f7f8f8",
  border: "1px solid #e9ecef",
  borderRadius: 4,
  fontSize: "0.92em",
  fontWeight: 500,
  color: "#101213"
}}>
    {children}
  </span>;

## Drag-and-drop status updates

Update multiple line items quickly by dragging them across columns in the
**Kanban** view — available on each campaign and on the global Line Items page.

## Removing a line item

Delete a line item from the global Line Items page or a campaign's
<Ui>Line items</Ui> tab. Click the **Bin** icon in the <Ui>Remove</Ui> column
at the far right of the row.
