web/layout: allow text selection in subtext

This commit is contained in:
wukko 2024-07-17 14:50:09 +06:00
parent ce95135234
commit 204e025656
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -334,6 +334,8 @@
line-height: 1.4; line-height: 1.4;
padding: 0 var(--padding); padding: 0 var(--padding);
white-space: pre-line; white-space: pre-line;
user-select: text;
-webkit-user-select: text;
} }
[data-reduce-motion="true"] :global(*) { [data-reduce-motion="true"] :global(*) {