Hi, when in a content view the field value is long enough not to need just one raw, there are some unpleasant effects:
- for text and checkbox fields, all the value is moved to the left margin of next raw. Bad since the left side is for labels and not for values.
- for textarea field, the start of the value is correctly indented on the right of the label but its continuation in next line again is on the left margin and not aligned to the start.
Yes, one can customize the styles but I think it should be done with default css, correct? How (with float)?
thanks
Giuse