mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Merge pull request #5793 from walster001/main
Allow selection of card text via webkit/user-select attributes
This commit is contained in:
commit
254b6dd5c7
1 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,8 @@ button {
|
||||||
html {
|
html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: text;
|
||||||
user-select: none;
|
user-select: text;
|
||||||
|
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
text-size-adjust: 100%;
|
text-size-adjust: 100%;
|
||||||
|
@ -192,7 +192,7 @@ strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: text;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue