Skip to content

Commit

Permalink
Fix campaigns table actions cell width
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 26, 2018
1 parent 2064f06 commit e794aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/my/src/Campaigns.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e794aa7

Please sign in to comment.