0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Merge pull request #4080 from penpot/superalex-improve-debug-shape-info

❇️ Allow select text on debug shape info panel
This commit is contained in:
Alejandro 2024-01-30 16:51:09 +01:00 committed by GitHub
commit 24faba67d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@
background-color: var(--panel-background-color);
color: white;
font-size: $fs-12;
user-select: text;
}
.shape-info-title {