Skip to content

Commit c54e150

Browse files
author
Alberto Iannaccone
committed
fix Additional Boards Manager URLs textarea size
1 parent ff91c27 commit c54e150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/style/settings-dialog.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989

9090
.additional-urls-dialog textarea {
91-
width: 100%;
91+
resize: none;
9292
}
9393

9494
.p-Widget.dialogOverlay .dialogBlock .dialogContent.additional-urls-dialog {

0 commit comments

Comments
 (0)