web/SmallDialog: allow text selection in body
This commit is contained in:
parent
204e025656
commit
ce609ad201
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@
|
|||
font-weight: 500;
|
||||
line-height: 1.7;
|
||||
color: var(--gray);
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
.body-text:focus-visible {
|
||||
|
|
Loading…
Reference in a new issue