Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix field list with long terms #1137

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix field list with long terms #1137

wants to merge 2 commits into from

Commits on Apr 24, 2021

  1. Fix field list with long terms

    Currently, fieldlist extend the full content and may even overflow. Now with this patch, terms are limited to 20% of the field list.
    
    This patch also refactors the margin to be handled by css grid gap property.
    
    Possible future changes:
    
    These are things that I have noticed that can be fixed in future patches.
    
    - Remove left padding -- seems unnecessary to me
    - Remove bottom margin on last child globally
    - Collapse grid on mobile
    Blendify committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f836a0b View commit details
    Browse the repository at this point in the history
  2. Use wildcard for last child

    Blendify committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    6edbf3d View commit details
    Browse the repository at this point in the history