Support #1901
Include scroll for read-only fields that overlap the right edge
Start date:
07/15/2016
Due date:
% Done:
0%
Complexity:
Description
In situations where the width of read-only controls is bigger than the available size, its content should be horizontal scrolled.
Solution:
New CSS class:
.sc-overflow { overflow: scroll; }
Include it when rendering the form controls when read-only.