.rc-stack-compact-horizontal {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}

.rc-stack-compact-vertical {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.rc-stack-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rc-stack-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
