Fix the overflowing message pane issue.

(imported from commit 07f73e7a8d13792220f3ca08f50c21eb12d454b6)
This commit is contained in:
Allen Rabinovich 2014-01-06 08:24:26 -07:00
parent 12b921c9a3
commit 1b59bb82b9
2 changed files with 2 additions and 9 deletions

View File

@ -261,13 +261,6 @@ code {
background: none !important;
}
.codehilite pre {
width: 100%;
margin-left: -5000px;
position: relative;
left: 5000px;
}
pre {
/* 12/14 em, so bootstrap's default 12 px,
when body is the default 14 px */
@ -1177,7 +1170,7 @@ table.compose_table {
}
div.focused_table {
display: table;
display: block;
}
.include-sender .message_content {

View File

@ -221,7 +221,7 @@
{{#if trailing_bookend}}
<div id="trailing_bookend" class="bookend_tr">
<div colspan="2" class="bookend">
<div class="bookend">
<center>{{trailing_bookend}}</center>
<span class="tiny"><p></p></span>
</div>