Until it's fixed, you can use custom snap views to get around the issue. Here are some decent settings for 2D and VR. (The 2D isn't perfect as it blocks the Steering Engaged light)
The custom Snap View file can be found here:
"C:\Users\<USER.NAME>\Saved Games\DCS\Config\View\SnapViews.lua"
Look for items 13 (2D) and 14 (VR) under A-10C
[13] = {--default view
viewAngle = 80.000000,--FOV
hAngle = 0.000000,
vAngle = -17.000000,
x_trans = 0.257000,
y_trans = -0.027000,
z_trans = 0.000000,
rollAngle = 0.000000,
cockpit_version = 1,
},
[14] = {--default view - VR
viewAngle = 75.000000,--FOV
hAngle = 0.000000,
vAngle = 0.000000,
x_trans = 0.157000,
y_trans = -0.034000,
z_trans = 0.000000,
rollAngle = 0.000000,
cockpit_version = 1,
},