Bug 1384812 - Remove the flex=1 attribute from submitHealthReportBox and automaticallySubmitCrashesBox checkboxes because they have learn-more links in the same line which should appear next to the checkbox instead of at the end of the line. r=jaws

MozReview-Commit-ID: FK0H5u20uQH

--HG--
extra : rebase_source : ea7f625aac600ab2d06f28eedc404d41f3355bcc
This commit is contained in:
Evan Tseng 2017-07-27 12:14:22 +08:00
parent 68ccdfe639
commit f4d264ca7b

View File

@ -598,7 +598,7 @@
<vbox>
<description flex="1">
<checkbox id="submitHealthReportBox" label="&enableHealthReport1.label;"
accesskey="&enableHealthReport1.accesskey;" flex="1" />
accesskey="&enableHealthReport1.accesskey;"/>
<label id="FHRLearnMore"
class="learnMore text-link">&healthReportLearnMore.label;</label>
</description>
@ -611,7 +611,7 @@
<checkbox id="automaticallySubmitCrashesBox"
preference="browser.crashReports.unsubmittedCheck.autoSubmit"
label="&alwaysSubmitCrashReports1.label;"
accesskey="&alwaysSubmitCrashReports1.accesskey;" flex="1" />
accesskey="&alwaysSubmitCrashReports1.accesskey;"/>
<label id="crashReporterLearnMore"
class="learnMore text-link">&crashReporterLearnMore.label;</label>
</hbox>