cool, can confirm that it’s working:

In my case I had to do this to get it to display properly:
.acf-pull-right {
clear: none !important;
float: right !important;
min-height: 40px !important;
border-left: 1px solid #eeeeee !important;
}
Thanks so much for your help @LingoSam!