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: "",
|
||||
dataIndex: "actions",
|
||||
className: "actions",
|
||||
width: "20%",
|
||||
width: "15%",
|
||||
render: (text, record) => {
|
||||
return (
|
||||
<div className="actions">
|
||||
|
|
Loading…
Reference in New Issue