.polaris-antd-line-with-outside-button {
  position: relative;
  padding: 5px 24px 5px 0;
  word-break: break-all;
  background: transparent;
}
.polaris-antd-line-with-outside-button .polaris-antd-line-with-outside-button-suffix {
  position: absolute !important;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 14px;
}
.polaris-antd-line-with-outside-button-hover .polaris-antd-line-with-outside-button-suffix {
  display: none;
}
.polaris-antd-line-with-outside-button-hover.show:hover {
  background: #f0f9fd;
}
.polaris-antd-line-with-outside-button-hover.show:hover .polaris-antd-line-with-outside-button-suffix {
  display: block;
}
