Skip to content

bitclust server 表示されるクラスページの表示がおかしい #286

Description

@scivola

bitclust server でクラスのページを表示すると,公開サイトのクラスのページとは体裁が違っていて,メソッドはシグニチャーと説明冒頭が表形式で表示されます。

それはいいとして,Integer#pow のように,一つのマス(td 要素)に

  • self ** other -> Numeric
  • pow(other) -> Numeric
  • pow(other, modulo) -> Integer

と複数のシグニチャーが入る場合,2 個目以降がマスをはみ出して表示されます(添付画像参照)。

Image

これは,どうも style.css の

td.signature a {
    display: block;
    padding: 0.3em;
    height: 100%;
    box-sizing: border-box;
}

height: 100% が効いているようです。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions