#919, #881: Fixed 3rd party URLs-related issues (#920)

* Fixed empty string to URLs conversion

Closes #919.

Signed-off-by: Akos Kitta <kittaakos@gmail.com>

* #881: Fixed height of the 3rd part URLs `textarea`

Closes #881.

Signed-off-by: Akos Kitta <kittaakos@gmail.com>
This commit is contained in:
Akos Kitta
2022-04-04 15:52:55 +01:00
committed by GitHub
parent c9b498fb08
commit 0db119d7ba
7 changed files with 159 additions and 31 deletions

View File

@@ -57,3 +57,7 @@
display: flex;
justify-content: center;
}
.p-Widget.dialogOverlay .dialogBlock .dialogContent.additional-urls-dialog {
display: block;
}