jochen-z
12/7/2017 - 3:23 PM

Align Button right next to Action Menu in Interactive Report

.a-IRR-toolbar {
  display: flex;
}
.a-IRR-buttons {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.a-IRR-toolbar {
  display: flex;
}