remove unnecessary max-height on conversation messages, fixes #11019

the max-height was set on message section of both the right and left
side of the inbox to fix an overflow bug on the left side.  The right
side was then not displaying the full conversation.

test-plan:
* send a conversation with a large message
* check message on both right and left sides of the inbox, the left side
* should not overflow, the right should display in full
* check with a large window size and a small window size

Change-Id: I0954ed1e32186e0907cf3a044ef3b30b876afa5e
Reviewed-on: https://gerrit.instructure.com/14049
Reviewed-by: Jon Jensen <jon@instructure.com>
Tested-by: Bryan Madsen <bryan@instructure.com>
This commit is contained in:
Bryan Madsen 2012-09-29 13:31:54 -06:00
parent 745ccff998
commit 4eafbd7779
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ ul.messages, ul.conversations, div.conversations > ul
white-space: nowrap
p
overflow: hidden
max-height: 40px
> li.selected, > li.submission.selected ul > li, > li.submission.selected ul > li.header
background-color: #e5f3ff
.audience