table.views-table {
  table-layout: fixed;
}

table.views-table th {
  position: relative;
}

.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  cursor: col-resize;
}

body.resizing,
body.resizing * {
  user-select: none;
}
