Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18843

Content of tabs is not completely visible

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.10.0
    • None
    • Runtime / Web Frontend
    • None

    Description

      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 placeholder
      .ant-tabs-nav .ant-tabs-tab{
        height: auto;
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            AlberyZJG Zhang Jianguo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: