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

the grid.hbs file needed to be updated #608 #748

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Feb 28, 2024

  1. Updated grid.hbs issue CityOfBoston#608

    The grid.hbs file needed some tweaking for optimizing the grid system.
    Hansolo1103 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    db87712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4edd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Update news-landing-page.hbs

    The {{new.title}} within the <h3> tag will now be limited to 3 lines with an ellipsis.
    The department name {{new.position}} is now placed below the title within the <h3> tag with the .news_position class.
    Hansolo1103 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4026c5b View commit details
    Browse the repository at this point in the history
  2. Update _news_card.styl

    Added .news_position span style for the department name to display below the title.
    Updated h3.title style to include:
    display: -webkit-box for multi-line ellipsis support.
    -webkit-line-clamp: 3 to limit the title to 3 lines.
    -webkit-box-orient: vertical to make the ellipsis appear vertically.
    overflow: hidden and text-overflow: ellipsis for handling overflow.
    Hansolo1103 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    47b1050 View commit details
    Browse the repository at this point in the history