mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
web/layout: allow text selection in subtext
This commit is contained in:
parent
e834b7d735
commit
afb2fd3dad
@ -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(*) {
|
||||||
|
Loading…
Reference in New Issue
Block a user