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

feat: allow to set the height of the item #155

Merged
merged 3 commits into from May 24, 2022
Merged

feat: allow to set the height of the item #155

merged 3 commits into from May 24, 2022

Commits on May 24, 2022

  1. feat: allow to set the height of the item

    The user might want to show more than 2 lines, and, right now, if they
    try to do so, things break.
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 24, 2022
    Copy the full SHA
    e8b9aeb View commit details
    Browse the repository at this point in the history
  2. fix: short-circuit if width <= 0

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 24, 2022
    Copy the full SHA
    67f1e06 View commit details
    Browse the repository at this point in the history
  3. fix: height check

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed May 24, 2022
    Copy the full SHA
    128d426 View commit details
    Browse the repository at this point in the history