mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-05 23:15:58 -06:00
chore: remove top padding from abstract card
This commit is contained in:
@@ -28,7 +28,8 @@ const AbstractCard: FunctionComponent<AbstractCardProps> = ({
|
|||||||
<Flex
|
<Flex
|
||||||
justify="between"
|
justify="between"
|
||||||
align="center"
|
align="center"
|
||||||
p="3"
|
px="3"
|
||||||
|
pb="3"
|
||||||
style={{
|
style={{
|
||||||
borderBottom: "1px solid var(--gray-a5)",
|
borderBottom: "1px solid var(--gray-a5)",
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user