Unverified Commit f7845164 authored by boojack's avatar boojack Committed by GitHub

chore: update `word-break` style (#164)

parent 2aed7c70
......@@ -42,6 +42,11 @@ a {
@apply cursor-pointer text-blue-600 underline underline-offset-2 hover:opacity-80;
}
code,
pre {
@apply break-all whitespace-pre-wrap;
}
.btn {
@apply select-none cursor-pointer text-center;
}
@import "./mixin.less";
.memo-content-text {
@apply w-full whitespace-pre-wrap break-all text-base leading-7;
@apply w-full whitespace-pre-wrap break-words text-base leading-7;
> p {
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-all;
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-words;
}
.img {
......
......@@ -19,7 +19,7 @@
> .toast-container {
> .content-text {
@apply text-sm whitespace-pre-wrap break-all leading-6 max-w-xs;
@apply text-sm whitespace-pre-wrap break-words leading-6 max-w-xs;
}
}
}
......
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