Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24072 from sfoster/tutorial-text-height-bug-1065384
Browse files Browse the repository at this point in the history
Bug 1065384 - Accomodate longer text in FTU tutorial
  • Loading branch information
sfoster committed Sep 16, 2014
2 parents 1503e1f + 7a9d4ff commit d3510be
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions apps/ftu/style/tutorial.css
Expand Up @@ -9,28 +9,36 @@

#tutorial-steps-container {
top: 0.5rem;
bottom: 8.5rem;
display: flex;
flex-direction: column;
align-items: center;
}

#tutorial-step-header {
height: 8.5rem;
flex: 0 1 auto;
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
padding: 0 1.5rem 0.5rem 1.5rem;
overflow: hidden;
-moz-box-sizing: border-box;
min-height: 8.5rem;
}

#tutorial-step-title {
flex: 0 1 auto;
color: white;
display: block;
padding: 0;
padding: 1rem 0;
margin: 0;
font-size: 1.4rem;
line-height: 2rem;
}

#tutorial-step-media {
height: calc(100% - 9.5rem);
flex: 1 1 auto;
width: 100%;
text-align: center;
overflow: hidden;
}
Expand Down

0 comments on commit d3510be

Please sign in to comment.