Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: install button stays in guided install tile
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Mar 15, 2022
1 parent d06d126 commit 91007a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GuidedInstallTileMostPopular.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const GuidedInstallTileMostPopular = () => {
var(--tile-heading-height) var(--title-row-height)
80px auto;
min-height: 280px;
position: relative;
--tile-heading-height: 100px; /* heading image height */
--title-row-height: auto; /* Title height to allow space for longer string */
padding: 1rem;
Expand Down

0 comments on commit 91007a2

Please sign in to comment.