You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.it is possible to set the size when have component inside,for example I want to use it for edit data (large size) or for simple dialogs (small size)?
I want to put inline form inside:
thanks.for the modal it seems that css works only when it is put in general syle.css
it would be fine to can be configured inside current component
thanks
Ah, that's probably because Angular by default generates CSS that targets only that component (i.e. .some-class[_ngcontent-c18]). Hence, it will not match if the modal component is its parent.
You have to prefix it with /deep/ if you want it to match the global scope.
Hi.it is possible to set the size when have component inside,for example I want to use it for edit data (large size) or for simple dialogs (small size)?
I want to put inline form inside:
for me it looks very small : https://i.imgur.com/RNlDrpb.png
thanks
The text was updated successfully, but these errors were encountered: