🐛(frontend) fix comment overlapping under other comments

A big comment could overlap with other comments, causing
readability issues. This commit fixes that by ensuring
comments do not overlap.
This commit is contained in:
Anthony LC
2026-09-14 15:07:04 +02:00
parent e695722283
commit 9e0733f8df
@@ -335,7 +335,7 @@ export const DocsCommentsStyle = createGlobalStyle<{
max-width: 100%;
width: 100%;
min-width: 0;
overflow: visible;
overflow: hidden;
padding: var(--c--globals--spacings--xxs) var(--c--globals--spacings--xxxs);
border: none;
border-radius: 0;