Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Tiger
-
Tiger Sprint 204, Tiger Sprint 205
Description
The OpenUiString field has different styling in Wicket and AngularJs. In Wicket the field is surrounded by a box and 8px margin. In AngularJs the frame is not styled at all.
The styling should be fixed in such a way that
- the field border looks good in both editors
- the extension can assume zero padding/margin of the html and body elements (i.e. it's contents touches the frame border directly) so it has full control over any additional margin and padding.
- the extension still looks OK when it shows a scroll bar (if it wants that for some reason)