Node network group long name fix

Closes-Bug: #1516002

Change-Id: Ib7cbdf9a80057e0162492665e1c6e9e0c784ddff
This commit is contained in:
Julia Aranovich 2015-11-16 19:04:46 +03:00
parent f8ba3f9cd4
commit 351bf01f9c
2 changed files with 4 additions and 1 deletions

View File

@ -3157,6 +3157,9 @@ input[type=range] {
}
.node-details-popup {
.node-summary {
.break-word;
}
.node-image-outline {
width: 200px;
height: 58px;

View File

@ -635,7 +635,7 @@ function($, _, i18n, Backbone, React, utils, models, dispatcher, controls, compo
<div className='node-details-popup'>
<div className='row'>
<div className='col-xs-5'><div className='node-image-outline' /></div>
<div className='col-xs-7'>
<div className='col-xs-7 node-summary'>
{this.props.cluster &&
<div><strong>{i18n('dialog.show_node.cluster')}: </strong>{this.props.cluster.get('name')}</div>
}