It looks like Semantic UI just changed the CSS for dropdown menu which makes the menu open to the left now, instead of default to the right.
Before:

Now (latest CSS):

the new left:0px CSS causes this problem:
.ui.menu .dropdown.item .menu {
left: 0px;
min-width: calc(100% - 1px);