mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Allow selection of message box contents for ease of error message copy/paste.
This commit is contained in:
parent
2787c5c207
commit
5d0a0e57e7
@ -1460,7 +1460,7 @@ body {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.enable-selection, .form-control, .backgrid td {
|
||||
.enable-selection, .form-control, .backgrid td, .ajs-content {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
|
Loading…
Reference in New Issue
Block a user