increase width of input field

This commit is contained in:
Iman
2019-12-15 14:30:44 +03:30
committed by Quincy Morgan
parent bb8ec3609b
commit 986131e96f
+1 -1
View File
@@ -614,7 +614,7 @@ export function uiIssues(context) {
.attr('class', 'square-degrees-input')
.call(utilNoAuto)
.on('input', function() {
this.style.width = (this.value.length + 2.5) + 'ch'; // resize
this.style.width = (this.value.length + 4.5) + 'ch'; // resize
})
.on('click', function () {
d3_event.preventDefault();