Skip to content

Commit 1d3ef37

Browse files
utkarshayachitkwrobot
authored andcommitted
Merge topic 'pvweb-fix-render-stats-style'
cec8777 Move VTK to bring changes to vtkweb viewport renderers. 9cd4cdf Fix render stats table alignment, prevent cell values from colliding.
2 parents cbfb4e5 + cec8777 commit 1d3ef37

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

VTK

Submodule VTK updated from e49c259 to d5876d3

Web/Applications/Visualizer/www/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,6 @@ select.pv-form-height { font-size: 12px; }
151151
}
152152

153153
.local-only { display: none; }
154+
155+
table.viewport-stat { table-layout: fixed; overflow: hidden; }
156+
table.viewport-stat > tbody > tr > td { width: 60px; text-align: right; }

0 commit comments

Comments
 (0)