D&D3.5 Update size of power points field (#6116)

to allow for additional space for translations.
This commit is contained in:
Diana P
2020-04-06 14:23:38 -07:00
committed by GitHub
parent db7024906e
commit 3cd02ec3ff
+2 -2
View File
@@ -2516,7 +2516,7 @@
&nbsp; &nbsp; &nbsp; <span data-i18n="necromancy">Necromancy</span>:<input type="text" name="attr_sf-necromancy" title="sf-necromancy" value="0" class="sheet-table-row-small">
&nbsp; &nbsp; &nbsp; <span data-i18n="transmutation">Transmutation</span>:<input type="text" name="attr_sf-transmutation" title="sf-transmutation" value="0" class="sheet-table-row-small">
</td>
<td class="sheet-table-header3" style="width: 10%; border: 1px solid black;"><br><input type="text" class="sheet-input-noborder" name="attr_powerpointname" data-i18n-placeholder="power-points" placeholder="Power Points" title="powerpointname"><br>
<td class="sheet-table-header3" style="width: 15%; border: 1px solid black;"><br><input type="text" class="sheet-input-noborder" name="attr_powerpointname" data-i18n-placeholder="power-points" placeholder="Power Points" title="powerpointname"><br>
<div><input type="text" name="attr_powerpoints" title="powerpoints" style="width: 30px; text-align: right;">/<input type="text" name="attr_powerpoints_max" title="powerpoints|max" style="width: 30px;"></div>
</td>
</tr>
@@ -4858,4 +4858,4 @@ on("change:totalequipmentweight change:equipmentweightcopy", function() {
});
});
</script>
</script>