this was fixed by applying this in styles.scss:
.mdc-notched-outline__notch {
border-right: none;
}
the problem was because of the outline appearence i do not know if there is a permanent and more effecient fix for it (https://github.com/angular/components/issues/26102)