mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-22 09:35:08 +02:00
🐛(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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user