Enforce uniform column widths in key-value columnize dialog

This commit is contained in:
Antonin Delpeuch 2020-03-04 09:43:42 +00:00
parent 8816cd511a
commit 7a3b3a9a7a

View File

@ -2,7 +2,7 @@
<div class="dialog-border">
<div class="dialog-header" bind="dialogHeader"></div>
<div class="dialog-body" bind="dialogBody">
<div class="grid-layout layout-normal layout-full grid-layout-for-ui"><table>
<div class="grid-layout layout-normal layout-full grid-layout-for-ui"><table style="table-layout: fixed">
<tr>
<td bind="or_views_keyCol"></td>
<td bind="or_views_valCol"></td>
@ -20,4 +20,4 @@
<button class="button" bind="cancelButton"></button>
</div>
</div>
</div>
</div>