.campaigns__contentWrapper {
  display: block;
  position: relative;
  height: calc(100% - 36px - 1rem);
  overflow-y: auto;
}

.campaigns__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1rem 0;
  height: auto;
  line-height: 4rem;
  width: 100%;
}

.campaigns__actionButton {
  margin-bottom: 1rem;
}