Commit d2421fee authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Update FormatSettingsDialog layout.

parent 4ac766e8
......@@ -99,7 +99,8 @@ define([
'</tr>',
'<tr>',
'<td class="padding-small">',
'<label id="format-settings-label-example" style="max-width: 180px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">100</label>',
'<label style="color: #adadad; vertical-align: middle; margin-right: 3px;">' + me.txtSample + '</label>',
'<label id="format-settings-label-example" style="vertical-align: middle; max-width: 180px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">100</label>',
'</td>',
'</tr>',
'<tr class="format-decimal">',
......@@ -478,7 +479,8 @@ define([
txtAs4: 'As fourths',
txtAs16: 'As sixteenths',
txtAs10: 'As tenths',
txtAs100: 'As hundredths'
txtAs100: 'As hundredths',
txtSample: 'Sample:'
}, SSE.Views.FormatSettingsDialog || {}))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment