Skip to content

Commit 6a0f3be

Browse files
committed
config-ip-filter: Hyphenate "significance" instead of hiding the overflow. #111.
1 parent a9ad2e1 commit 6a0f3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/app/view/netcreate/components/NodeSelector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ class NodeSelector extends UNISYS.Component {
954954
</Col>
955955
</FormGroup>
956956
<FormGroup row hidden={nodePrompts.notes.hidden}>
957-
<Col sm={3} style={{overflow: 'hidden'}}>
957+
<Col sm={3} style={{hyphens: 'auto'}}>
958958
<Label for="notes" className="tooltipAnchor small text-muted"><i className="fas fa-question-circle"></i>{nodePrompts.notes.label}<span className="tooltiptext">{this.helpText(nodePrompts.notes)}</span></Label>
959959
</Col>
960960
<Col sm={9}>

0 commit comments

Comments
 (0)