mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Oops - I tables render poorly in Chrome without this explicit height specification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f80f31eb9f
commit
2725abd039
@ -774,7 +774,7 @@ namespace llvm {
|
||||
i = i.getNextSlot()) {
|
||||
|
||||
// Render the slot column.
|
||||
os << indent + s(2) << "<tr>\n";
|
||||
os << indent + s(2) << "<tr height=6ex>\n";
|
||||
|
||||
// Render the code column.
|
||||
if (i.getSlot() == SlotIndex::LOAD) {
|
||||
|
Loading…
Reference in New Issue
Block a user