div.vtextresize-buttons {
  display: flex;
  justify-content: space-between;
}

button.vtextresize {
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0 10px;
}

button.vtextresize-decrease::before {
  content: '-';
}

button.vtextresize-reset::before {
  content: 'A';
}

button.vtextresize-increase::before {
  content: '+';
}