Skip to content

Settings page Value column needs word-break #45

@slominskir

Description

@slominskir

The Settings page, which is only visible to admins, needs to have a CSS rule to tame long setting values:

<style>
td:nth-child(3) {
  word-break: break-word;
}
</style>

A CSV row for example can be quite long.

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