Unverified Commit f092771e authored by hoi-lau's avatar hoi-lau Committed by GitHub

fix: resource-container overflow (#649)

parent 7c6d7226
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
@apply w-full flex flex-row justify-start flex-wrap; @apply w-full flex flex-row justify-start flex-wrap;
> .resource-container { > .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 { > .icon-img {
@apply w-4 h-auto mr-1 text-gray-500; @apply w-4 h-auto mr-1 text-gray-500;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment