Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Nov 24, 2021
    • rhenck's avatar
      Add new general property useMinHeight · b44784b6
      rhenck authored
      Min-height should be optional for dynamically positioned elements, as 
      you usually don't need it and it causes more problems than it solves. 
      Elements with min-height have cause unexpected margins between elements.
      b44784b6
  2. Nov 23, 2021
  3. Nov 22, 2021
  4. Nov 20, 2021
  5. Nov 19, 2021
  6. Nov 18, 2021
    • rhenck's avatar
      Refactor radio group image · d731a3df
      rhenck authored
      Improve general structure. Image situation still bad.
      d731a3df
    • rhenck's avatar
      Refactor likert layout and add first column ratio prop · d6d223dd
      rhenck authored
      - Images now scale up and down depending on the available space.
      - The new property controls the first (column) size parameter for the 
      grid. The others are fixed at 1. Decimal values are allowed for 
      fine-tuned control.
      This prop is passed on to the child likert-row component. It uses the 
      same grid and needs this info for proper alignment with the column 
      headers.
      - Remove unnecessary div in likert
      d6d223dd
    • rhenck's avatar
      Change dropList styling · 73003562
      rhenck authored
      - List items only have a margin between then but no longer on the 
      outside.
      - Remove unused background color. This is set dynamically in the 
      template.
      73003562
Loading