fix: re-position hover preview correctly to prevent going out of page bounds (#5702)

This commit is contained in:
Apoorv Mishra
2023-08-20 16:42:05 +05:30
committed by GitHub
parent 546022e5d6
commit c3a8858c6b
3 changed files with 62 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ import styled, { css } from "styled-components";
import { s } from "@shared/styles";
import Text from "~/components/Text";
export const CARD_MARGIN = 16;
export const CARD_MARGIN = 10;
const NUMBER_OF_LINES = 10;