mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Fix the overflowing message pane issue.
(imported from commit 07f73e7a8d13792220f3ca08f50c21eb12d454b6)
This commit is contained in:
parent
12b921c9a3
commit
1b59bb82b9
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user