Skip to content

Commit

Permalink
Merge pull request #10617 from hzi-braunschweig/bugfix/bug-10285-fix-…
Browse files Browse the repository at this point in the history
…the-display-of-the-not-fitting-fields-in-contacts-line-listing-window

#10285 - make fields fit completely the Line Listing Window from Cont…
  • Loading branch information
sergiupacurariu authored Oct 12, 2022
2 parents 17ba360 + 11158ee commit ca4b9c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class LineListingLayout extends VerticalLayout {

private static final long serialVersionUID = 5372515237174090496L;

public static final float DEFAULT_WIDTH = 1696;
public static final float DEFAULT_WIDTH = 1860;

private final SharedInfoField sharedInfoField;
private final List<ContactLineLayout> lines;
Expand Down

0 comments on commit ca4b9c5

Please sign in to comment.