[
https://issues.apache.org/jira/browse/FLINK-18843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17319790#comment-17319790
]
liliwei commented on FLINK-18843:
---------------------------------
We also encountered this problem and it worked properly after modifying
ant-tab-nav and ant-tab-tab
> Flink WEB-UI ISSUE
> ------------------
>
> 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)