@hkouns I wasn't able to duplicate that layout issue in IE either (windows 10 comes with IE 11). I've changed the pull-left to apply to a wrapping div rather than the ul. If you're able to duplicate it in one of your browsers, let me know which browser and OS you're on and I'll try to duplicate and fix it on my end. Thankfully MS provides virtual machine images for lots of combinations of OS + IE versions for testing this sort of thing: https://dev.windows.com/en-us/microsoft-edge/tools/vms/linux/
Included in this PR:
Attempt at fixing layout issue
Handle duplicates in the GUI
Prevent duplicates in EmailQueue server side
Support selecting more than one person in searchadd
Laid the groundwork for notifying user that selected person has no email address. This is not finished though.
@hkouns I wasn't able to duplicate that layout issue in IE either (windows 10 comes with IE 11). I've changed the pull-left to apply to a wrapping div rather than the ul. If you're able to duplicate it in one of your browsers, let me know which browser and OS you're on and I'll try to duplicate and fix it on my end. Thankfully MS provides virtual machine images for lots of combinations of OS + IE versions for testing this sort of thing: https://dev.windows.com/en-us/microsoft-edge/tools/vms/linux/
Included in this PR: