Skip to content

Commit

Permalink
arduino#881: Fixed height of the 3rd part URLs textarea
Browse files Browse the repository at this point in the history
Closes arduino#881.

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
kittaakos committed Mar 17, 2022
1 parent 00c0871 commit dd360f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arduino-ide-extension/src/browser/style/settings-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@
display: flex;
justify-content: center;
}

.p-Widget.dialogOverlay .dialogBlock .dialogContent.additional-urls-dialog {
display: block;
}

0 comments on commit dd360f3

Please sign in to comment.