Browse Source

Prevent incorrect line breaking

PR #18236.
adaptive-webui-19844
David Xuang 2 years ago committed by GitHub
parent
commit
23a56c95e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/webui/www/private/views/properties.html

2
src/webui/www/private/views/properties.html

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<div id="prop_general" class="propertiesTabContent">
<table style="width: 100%; padding: 0 3px">
<tr>
<td style="text-align: right">QBT_TR(Progress:)QBT_TR[CONTEXT=PropertiesWidget]</td>
<td style="text-align: right; white-space: nowrap">QBT_TR(Progress:)QBT_TR[CONTEXT=PropertiesWidget]</td>
<td id="progress" style="width: 100%"></td>
</tr>
</table>

Loading…
Cancel
Save