mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Use fixed table layout
(imported from commit 12eb4882b03e6cf4b633334481a82da70b868ce1)
This commit is contained in:
parent
1c539ac828
commit
e5ac53674a
@ -69,7 +69,7 @@ var people_list = {{ people }};
|
||||
<div class="span9">
|
||||
<div class="zephyr_list" id="main_div">
|
||||
<br/>
|
||||
<table id="table">
|
||||
<table class="zephyr_table" id="table">
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -75,6 +75,10 @@ span.zephyr_time {
|
||||
right: -25px;
|
||||
}
|
||||
|
||||
table.zephyr_table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
p.zephyr_text {
|
||||
margin-left: 45px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user