[ 
https://issues.apache.org/jira/browse/SOLR-13948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16978600#comment-16978600
 ] 

Gus Heck commented on SOLR-13948:
---------------------------------

This appears to be modifying this section: 
{code:css}
body, h1, h2, h3, h4, h5, h6, a, button, input, select, option, textarea, th, 
td, div.ui-tooltip-content
{
  color: #333;
  font: 12px/1.6em "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", 
Verdana, Arial, sans-serif;
  overflow-wrap: break-word; /* <<< modification */
}
{code}

That effects a lot of elements. Would something like: 
{code:css}
body, h1, h2, h3, h4, h5, h6, a, button, input, select, option, textarea, th, 
td, div.ui-tooltip-content
{
  color: #333;
  font: 12px/1.6em "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", 
Verdana, Arial, sans-serif;
}
div.ui-tooltip-content
{
  overflow-wrap: break-word;
}
{code}

be sufficient?

> Tooltip popup for replica information in cloud view clipping
> ------------------------------------------------------------
>
>                 Key: SOLR-13948
>                 URL: https://issues.apache.org/jira/browse/SOLR-13948
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 7.7.2
>            Reporter: Richard Goodman
>            Priority: Minor
>         Attachments: SOLR-13948.patch, after.png, before.png
>
>
> Our replicas typically have a long name, which has never really a problem for 
> us. But with the new feature in 7.7.2 _(at least for us was new than our 
> previous solr version)_ when on the cloud view and looking at the status of 
> collections, when hovering over a node ip and seeing the tooltip popup of the 
> replica information, this information will go over the tooltip window if the 
> replica name is of a certain size.
> This small patch fixes this, I've attached some screenshots of a before and 
> after, as well as the patch.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to