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
@page is formatted with extra spaces like "@ page"
while trying to beautify the following code the
img {
max-width: 100%!important;
}@page {
margin: .5cm;
}
@page is formatted with extra spaces like "@ page"
while trying to beautify the following code the
img {
max-width: 100%!important;
}@page {
margin: .5cm;
}
was formatted as
img {
max-width: 100%!important;
}@ page {
margin: .5cm;
}
The text was updated successfully, but these errors were encountered: