/* Keep report-row actions inside the card in wide/desktop layouts. */
@media (min-width: 641px) {
  #app [class*='_reportWrapper_'] [class*='_content_'] {
    padding-right: 10px;
  }

  #app [class*='_reportWrapper_'] [class*='_reportMenuButton_'] {
    margin-right: 4px !important;
  }
}
