Skip to content
Snippets Groups Projects
Commit 7d5ca488 authored by kohleman's avatar kohleman
Browse files

[LMS-1208] changed Section width to +70 instead of +60 to show p correctly in Safari

SVN: 14424
parent 1b888163
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public abstract class AbstractRegistrationForm extends ContentPanel
public static final int SECTION_DEFAULT_FIELD_WIDTH = DEFAULT_FIELD_WIDTH;// -15
public static final int SECTION_WIDTH = SECTION_FIELD_WIDTH + SECTION_LABEL_WIDTH + 60;// +16
public static final int SECTION_WIDTH = SECTION_FIELD_WIDTH + SECTION_LABEL_WIDTH + 70;// +16
protected InfoBox infoBox;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment