Skip to content

Commit aa8d77d

Browse files
Avoid wrapping label
1 parent 9a9aed1 commit aa8d77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/TargetedMS/js/QCTrendPlotPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ Ext4.define('LABKEY.targetedms.QCTrendPlotPanel', {
877877
return Ext4.create('Ext.form.field.ComboBox', {
878878
id: 'metric-type-field' + (primary ? '1' : '2'),
879879
width: 350,
880-
labelWidth: 50,
880+
labelWidth: 60,
881881
fieldLabel: primary ? 'Left axis' : 'Right axis',
882882
triggerAction: 'all',
883883
queryMode: 'local',

0 commit comments

Comments
 (0)