.Window.Actions .ActionRows {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.Window.Actions button {
  margin-right: 0;
  flex-grow: 1;
  white-space: nowrap;
  flex-basis: 110.166666667px/* Calculate max width of buttons when fitting 3 buttons next to each other *//* .Context width *//* Left and right padding of .Context *//* Left and right border of .SelectionFilter *//* Left and right padding of .ActionRows *//* Left and right padding of .Buttons *//* 2x gap of .Buttons (in between the 3 buttons) */;
}
