Avoid new line if 3rd party URLs text is too long (#1474)

Closes #1470.
This commit is contained in:
Francesco Spissu
2022-09-21 11:51:38 +02:00
committed by GitHub
parent 6983c5bf7f
commit 42f6f43870

View File

@@ -89,6 +89,7 @@
.additional-urls-dialog textarea {
resize: none;
white-space: nowrap;
}
.p-Widget.dialogOverlay .dialogBlock .dialogContent.additional-urls-dialog {