зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-29 20:46:05 +02:00
Improve Memo Component Readability
Added spacing between paragraphs in the memo component to enhance readability and improve the overall user experience. [skip gpt_engineer]
Этот коммит содержится в:
родитель
124c11253b
Коммит
a535bede46
@ -61,3 +61,12 @@
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add spacing between paragraphs */
|
||||||
|
.memo-body p {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.memo-body p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
Загрузка…
x
Ссылка в новой задаче
Block a user