Fix campaigns table actions cell width

This commit is contained in:
Kailash Nadh 2018-10-26 13:23:12 +05:30
parent 2064f06218
commit e794aa703d
1 changed files with 1 additions and 1 deletions

View File

@ -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">