fixes below:

Make text selectable in log dialog.
Dumping errors when couldn't connect
Invalid uri could not detected.
Add tooltips to statusbar
This commit is contained in:
vorotamoroz
2021-11-08 17:52:07 +09:00
parent d324f08240
commit 53b4d4cd20
5 changed files with 8 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
overflow-y: scroll;
/* min-height: 280px; */
max-height: 280px;
user-select: text;
}
.op-pre {
white-space: pre-wrap;