small receipt styling
This commit is contained in:
parent
494b8b3dcd
commit
7cb3a7ad64
|
@ -93,8 +93,6 @@ export function DiscussionForm ({
|
|||
|
||||
const related = relatedData?.related?.items || []
|
||||
|
||||
// const cost = linkOrImg ? 10 : me?.freePosts ? 0 : 1
|
||||
|
||||
return (
|
||||
<Form
|
||||
initial={{
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
}
|
||||
|
||||
.receipt tfoot {
|
||||
border-top: 2px solid var(--theme-borderColor);
|
||||
border-top: 2px solid var(--theme-borderColor) !important;
|
||||
}
|
Loading…
Reference in New Issue