FAQ Block - not all lines of text are showing

Permalink
Hello,

I'm adding text within an Entry in the FAQ block. I added 7 lines of text, but only five are showing in the preview when I click on the header and the text area drops down.

I don't think its a color issue because the next header below the text is flush up against the bottom of the 5th line -- there's no white space under the 5th line. It simply cuts off, even though the inside of the editor includes 7 lines of text.

Any ideas? Thanks a bunch!

 
hutman replied on at Permalink Reply
hutman
Have you cleared the cache in the site and refreshed your browser? It sounds like the block output might be cached.
TWCMissoula replied on at Permalink Reply
Thanks for your quick reply, Hutman!

I'm finally getting back to working on this site. Cleared the cache and refreshed the page. Still cutting off the last line. I'm editing on desktop.

Viewing in a mobile phone, however, the display is great. I can see all of the text.

Any other ideas?
hutman replied on at Permalink Reply
hutman
Can you provide a link to the site so we can't see if there is a CSS problem?
TWCMissoula replied on at Permalink Reply
So kind of you to offer!

Link below. Click into the accordion tab labelled "Coverage & Hours."
There's 2 more lines of text that are being cut off.

Sincerely,

*Shelby Humphreys*
Administrative Assistant
The Women's Club Health and Fitness Center
2105 Bow St
Missoula, MT 59801

(406) 728-4410

thewomensclub.com

[image: facebook-gray] <https://www.facebook.com/thewomensclub> [image:
twitter-gray] <https://twitter.com/TWCMissoula>[image: Youtube-gray]
<https://www.youtube.com/user/TWCMissoula> [image: Pinterest-gray]
<https://www.pinterest.com/thewomensclub/> [image: Instagram-gray]
<https://instagram.com/twcmissoula/> [image: googlePlus-gray]
<https://plus.google.com/116072497189498738346/posts?hl=en
hutman replied on at Permalink Reply
hutman
There is no link here.
TWCMissoula replied on at Permalink Reply
hutman replied on at Permalink Reply
hutman
It looks like in your main.css you have a style that looks like this, that max-height is causing your cut off issue.

@media screen and (min-width: 48em) {
  .accordion dd {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
TWCMissoula replied on at Permalink Reply
Thanks for spending the time to find such a detailed fix. You rock!

Sincerely,

*Shelby Humphreys*
Administrative Assistant
The Women's Club Health and Fitness Center
2105 Bow St
Missoula, MT 59801

(406) 728-4410

thewomensclub.com

[image: facebook-gray] <https://www.facebook.com/thewomensclub> [image:
twitter-gray] <https://twitter.com/TWCMissoula>[image: Youtube-gray]
<https://www.youtube.com/user/TWCMissoula> [image: Pinterest-gray]
<https://www.pinterest.com/thewomensclub/> [image: Instagram-gray]
<https://instagram.com/twcmissoula/> [image: googlePlus-gray]
<https://plus.google.com/116072497189498738346/posts?hl=en