mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
GraphQL Explorer - Make text selectable (#2954)
Co-authored-by: Kim S. Ly <lykims@users.noreply.github.com>
This commit is contained in:
parent
c46a7c4c4c
commit
e54f4e0324
@ -12,6 +12,7 @@
|
||||
background: var(--color-bg);
|
||||
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.4);
|
||||
color: var(--color-font);
|
||||
user-select: text;
|
||||
|
||||
.markdown-preview__content *:first-child {
|
||||
margin-top: var(--padding-sm);
|
||||
|
Loading…
Reference in New Issue
Block a user