Skip to content

Commit a7f2296

Browse files
committed
Grid: csv-editor: Fixed input styling to prevent jitter when showing and hiding input
1 parent 1554074 commit a7f2296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grid-editing/csv-editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
</script>
7676
<style>
7777
.ui-grid tr .navigator-active { background: rgba(0,0,255,0.2); }
78+
.ui-grid input { border: none; margin: 0; }
7879
thead td { text-align: center; }
7980
</style>
8081
</head>

0 commit comments

Comments
 (0)