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 when we use ruler to measure entire page's width ,the numbers shows out of a viewport.(chrome :latest version-Desktop)
I fixed the issue with modifing the css rules:
span#tslLowerLabel {
bottom: 10px!important;
left: 10px!important;
}
span#tslUpperLabel {
top: 10px!important;
right:10px!important;
}
The text was updated successfully, but these errors were encountered:
Hi when we use ruler to measure entire page's width ,the numbers shows out of a viewport.(chrome :latest version-Desktop)
I fixed the issue with modifing the css rules:
span#tslLowerLabel {
bottom: 10px!important;
left: 10px!important;
}
span#tslUpperLabel {
top: 10px!important;
right:10px!important;
}
The text was updated successfully, but these errors were encountered: