mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/layout: allow text selection in subtext
This commit is contained in:
@ -334,6 +334,8 @@
|
||||
line-height: 1.4;
|
||||
padding: 0 var(--padding);
|
||||
white-space: pre-line;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
[data-reduce-motion="true"] :global(*) {
|
||||
|
Reference in New Issue
Block a user