mirror of
https://github.com/odoo/documentation.git
synced 2026-03-26 13:59:55 +07:00
[IMP] condense bootstrap tables
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
return React.DOM.div(
|
||||
null,
|
||||
React.DOM.table(
|
||||
{className: 'table'},
|
||||
{className: 'table table-condensed'},
|
||||
React.DOM.tr(
|
||||
null,
|
||||
React.DOM.th(),
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
var FormatEntry = React.createClass({
|
||||
render: function () {
|
||||
return React.DOM.table(
|
||||
{className: 'table'},
|
||||
{className: 'table table-condensed'},
|
||||
React.DOM.thead(
|
||||
null,
|
||||
React.DOM.tr(
|
||||
|
||||
Reference in New Issue
Block a user