Fix campaigns table actions cell width
This commit is contained in:
parent
2064f06218
commit
e794aa703d
|
@ -112,7 +112,7 @@ class Campaigns extends React.PureComponent {
|
||||||
title: "",
|
title: "",
|
||||||
dataIndex: "actions",
|
dataIndex: "actions",
|
||||||
className: "actions",
|
className: "actions",
|
||||||
width: "20%",
|
width: "15%",
|
||||||
render: (text, record) => {
|
render: (text, record) => {
|
||||||
return (
|
return (
|
||||||
<div className="actions">
|
<div className="actions">
|
||||||
|
|
Loading…
Reference in New Issue