diff --git a/server/zanata-frontend/src/app/containers/UserProfile/index.less b/server/zanata-frontend/src/app/containers/UserProfile/index.less index 41dfca19472..d3d504508b1 100644 --- a/server/zanata-frontend/src/app/containers/UserProfile/index.less +++ b/server/zanata-frontend/src/app/containers/UserProfile/index.less @@ -194,8 +194,10 @@ margin-bottom: @spacing-rq; } #userProfile-activityTable td button { - padding: 0; + padding: 0 !important; height: initial; + width: 95%; + border: none !important; } #userProfile-activityTable td button.btn-primary { background-color: rgba(84, 102, 119, 0.65) !important;