You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/08/18 13:10:21 UTC

[GitHub] [incubator-echarts-doc] random-yang opened a new pull request #128: fix: search result width

random-yang opened a new pull request #128:
URL: https://github.com/apache/incubator-echarts-doc/pull/128


   ### before:
   <img width=50% src='https://user-images.githubusercontent.com/25839518/90516462-9935b800-e196-11ea-8f36-0a29cf998158.png'>
   
   ### after:
   <img width=50% src='https://user-images.githubusercontent.com/25839518/90516420-89b66f00-e196-11ea-85c3-92ae9675673c.png'>
   
   The current search result‘s width minimum is 300px (same as before), and the maximum is the maximum width of the current result.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] plainheart commented on pull request #128: fix: search result width

Posted by GitBox <gi...@apache.org>.
plainheart commented on pull request #128:
URL: https://github.com/apache/incubator-echarts-doc/pull/128#issuecomment-675810662


   If it's necessary to let the popover follow the width of search content, it may not be better to use the CSS3 feature `width: max-content` here. Using `width: auto!important; min-width: 300px;` is just enough.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] pissang commented on pull request #128: fix: search result width

Posted by GitBox <gi...@apache.org>.
pissang commented on pull request #128:
URL: https://github.com/apache/incubator-echarts-doc/pull/128#issuecomment-678996086


   Thanks @random-yang @plainheart 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts-doc] pissang merged pull request #128: fix: search result width

Posted by GitBox <gi...@apache.org>.
pissang merged pull request #128:
URL: https://github.com/apache/incubator-echarts-doc/pull/128


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org