Hi Monika,
This issue occurs due to how the browser renders borders at different zoom levels, not because of the reference selector widget. Add a fixed border via CSS.
for example: .mx-referenceselector
{border bottom: 1px solid
#d1d1d1! important;}
This forces the border to stay visible at both 80% and 100% zoom.