Skip to content
Snippets Groups Projects
Unverified Commit 96eb07d4 authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

fix right alignment of cells with multiple value columns (#14580)

parent 5011efbb
Branches
Tags
No related merge requests found
......@@ -546,7 +546,7 @@ function Cell({
...(isGrandTotal ? { borderTop: "1px solid white" } : {}),
...style,
}}
className={cx("flex-full", className, {
className={cx("flex-full flex-basis-none", className, {
"bg-medium text-bold": isSubtotal,
"cursor-pointer": onClick,
})}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment