[ 
https://issues.apache.org/jira/browse/FLINK-18843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ingo Bürk updated FLINK-18843:
------------------------------
    Summary: Content of tabs is not completely visible  (was: Flink WEB-UI 
ISSUE)

> Content of tabs is not completely visible
> -----------------------------------------
>
>                 Key: FLINK-18843
>                 URL: https://issues.apache.org/jira/browse/FLINK-18843
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Web Frontend
>    Affects Versions: 1.10.0
>            Reporter: Zhang Jianguo
>            Priority: Minor
>
> Flink web-ui use Tabs provided by ant-design implements navigations. I found 
> an ISSUE of Tabs saying that the height of Tabs are configured as 100% by 
> default.
> It results in the content of current Tab can't be viewed.
> [https://github.com/ant-design/ant-design/issues/23890]
>  
> I fixed it in our project by rewrite the style of class _+ant-tabs-nav+_ and 
> _+ant-tabs-tab+_ like following in *rewrite.less,* it looks like work.
> {code:java}
> // code placeholder
> .ant-tabs-nav .ant-tabs-tab{
>   height: auto;
> }
> {code}



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

Reply via email to