You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/app/view/netcreate/components/NodeSelector.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -954,7 +954,7 @@ class NodeSelector extends UNISYS.Component {
954
954
</Col>
955
955
</FormGroup>
956
956
<FormGrouprowhidden={nodePrompts.notes.hidden}>
957
-
<Colsm={3}style={{overflow: 'hidden'}}>
957
+
<Colsm={3}style={{hyphens: 'auto'}}>
958
958
<Labelfor="notes"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{nodePrompts.notes.label}<spanclassName="tooltiptext">{this.helpText(nodePrompts.notes)}</span></Label>
0 commit comments