mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Oops - I tables render poorly in Chrome without this explicit height specification.
llvm-svn: 108824
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user