Hey @mdykstra,
I feel like this is a bit hacky but maybe this is close to what you’re looking for?
.record-selector.drop-down-list {
left: 50%;
top: 0;
right: 0;
position: absolute;
z-index: 10;
}
.view-record {
float: left;
width: calc(50% - 80px);
}
.add-record {
float: right;
}