Skip to content

Dojo一覧でタグ/文章が長いとテキストが見切れてしまう問題 #721

Closed
@yuki384

Description

@yuki384

現状

タグと文章が合計5行以上になったときに見切れてしまいます(>A<;

image
image

解決策

dojo達が入っている親要素にdisplay: flex; flex-wrap; を設定してあげて、
class="dojo"に

display: block;
width: calc(50% - 10px); //50%というのは1行に2Dojoを表示させる場合。4つ表示させる場合は25%とか
height: auto;

と設定してあげると、行ごとに高さが揃うはずです。と同時にタグが6つ以上でも表示できるようになります。

試してないのでわからないので、あとで動作確認次第PRにします

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