Andi Huber created CAUSEWAY-3667:
------------------------------------

             Summary: [Wicket Viewer] Regression: data/time picker in param 
dialog is squeezed into single line
                 Key: CAUSEWAY-3667
                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3667
             Project: Causeway
          Issue Type: Bug
          Components: Viewer Wicket
    Affects Versions: 2.0.0-RC4
            Reporter: Andi Huber
             Fix For: 2.0.0-RC5


Regression from CAUSEWAY-3664: 
- parameters max height 200px

Offending change is in bootstrap-overrides-all-v2.css
/* sidebar doesn't scroll, so prevent parameters from taking up too much space 
*/
fieldset.parameters > div.parameter {
    max-height: 200px;
    overflow-y: auto;
}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to