From f092771ea1cabca556d7ba4f38c865dade02046b Mon Sep 17 00:00:00 2001 From: hoi-lau Date: Fri, 2 Dec 2022 19:45:22 +0800 Subject: [PATCH] fix: resource-container overflow (#649) --- web/src/less/memo-editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/less/memo-editor.less b/web/src/less/memo-editor.less index c5f7dfc2..fdbbdb9d 100644 --- a/web/src/less/memo-editor.less +++ b/web/src/less/memo-editor.less @@ -111,7 +111,7 @@ @apply w-full flex flex-row justify-start flex-wrap; > .resource-container { - @apply mt-1 mr-1 flex flex-row justify-start items-center flex-nowrap bg-gray-100 px-2 py-1 rounded cursor-pointer hover:bg-gray-200; + @apply max-w-full mt-1 mr-1 flex flex-row justify-start items-center flex-nowrap bg-gray-100 px-2 py-1 rounded cursor-pointer hover:bg-gray-200; > .icon-img { @apply w-4 h-auto mr-1 text-gray-500;