Increase editor's left hand side padding to 10

This commit is contained in:
Piotr Osiewicz
2023-08-11 16:43:07 +02:00
parent 9e9b3093a9
commit f6ecf83f33
+1 -1
View File
@@ -22,7 +22,7 @@ export default function search(): any {
padding: {
top: 4,
bottom: 4,
left: 4,
left: 10,
right: 4,
},
}