Skip to content

In the repository url, the text "+RW" is overflowing (the solution ) #1437

@piradix

Description

@piradix

The text "+RW" is overflowing (to right) in field "URL" of a project (see image)
Screenshot 2022-11-19 at 23-32-57 depot-test git - Gitblit

To avoid it :

  • edit file "src/main/java/com/gitblit/wicket/panels/RepositoryUrlPanel.html"
  • line 16 <img style="vertical-align: middle;padding: 0px 0px 1px 3px;" wicket:id="accessRestrictionIcon"></img> in the style attributte add max-width:inherit; , you get
<img style="max-width:inherit; vertical-align: middle;padding: 0px 0px 1px 3px;" wicket:id="accessRestrictionIcon"></img>
  • save , recompile and you get (see image 2)
    no oaverflow

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions