[WEB-5708] style: space app kanban card UI (#8368)
This commit is contained in:
parent
4cac953cd1
commit
f0b98ceb8f
2 changed files with 2 additions and 6 deletions
|
|
@ -20,11 +20,7 @@ export const BlockReactions = observer(function BlockReactions(props: Props) {
|
|||
if (!canVote && !canReact) return <></>;
|
||||
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
"flex flex-wrap border-t-[1px] outline-transparent w-full border-t-subtle-1 bg-surface-2 rounded-b-sm"
|
||||
)}
|
||||
>
|
||||
<div className="flex flex-wrap border-t-[1px] outline-transparent w-full border-t-subtle-1 bg-surface-2 rounded-b-lg">
|
||||
<div className="py-2 px-3 flex flex-wrap items-center gap-2">
|
||||
{canVote && (
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ const KanbanIssueDetailsBlock = observer(function KanbanIssueDetailsBlock(props:
|
|||
const { project_details } = usePublish(anchor.toString());
|
||||
|
||||
return (
|
||||
<div className="space-y-2">
|
||||
<div className="space-y-2 px-3 py-2">
|
||||
<WithDisplayPropertiesHOC displayProperties={displayProperties || {}} displayPropertyKey="key">
|
||||
<div className="relative">
|
||||
<div className="line-clamp-1 text-11 text-tertiary">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue