mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: text overflow style
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .memo-content-container {
|
> .memo-content-container {
|
||||||
@apply flex flex-col justify-start items-start w-full p-0 text-base;
|
@apply flex flex-col justify-start items-start w-auto overflow-x-hidden p-0 text-base;
|
||||||
|
|
||||||
> .images-container {
|
> .images-container {
|
||||||
@apply flex flex-col justify-start items-start mt-1 w-full;
|
@apply flex flex-col justify-start items-start mt-1 w-full;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .memos-wrapper {
|
> .memos-wrapper {
|
||||||
@apply relative flex-grow max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
|
@apply relative flex-grow max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6 overflow-x-hidden;
|
||||||
|
|
||||||
> .memos-editor-wrapper {
|
> .memos-editor-wrapper {
|
||||||
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;
|
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
@import "./memo-content.less";
|
@import "./memo-content.less";
|
||||||
|
|
||||||
.memo-wrapper {
|
.memo-wrapper {
|
||||||
@apply flex flex-col justify-start items-start w-full max-w-full p-4 pt-3 mt-2 bg-white rounded-lg border border-white hover:border-gray-200;
|
@apply flex flex-col justify-start items-start w-full shrink overflow-x-hidden p-4 pt-3 mt-2 bg-white rounded-lg border border-white hover:border-gray-200;
|
||||||
|
|
||||||
&.archived-memo {
|
&.archived-memo {
|
||||||
@apply border-gray-200;
|
@apply border-gray-200;
|
||||||
|
Reference in New Issue
Block a user