okay so i found out the problem was with specificity
input[type="text"]
had higher specificity (from wp-admin)
than what the library had .form-control
I cannot use iframe as i’m dynamically rendering html and their values using vue
is there anything i can do rather than manually overriding all of the styles because of the specificity issue?