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
Rendering of the pages is mostly fine but not perfect on mobile devices:
Text content can slightly overflow the width of the screen (check box-sizing?)
With the implementation column, tables have become too wide to fit on a narrow screen. Here, I'm not sure how to fix that properly. A flexible layout is certainly doable but probably requires letting go of the use of a <table>, which may or may not be a good thing.
The text was updated successfully, but these errors were encountered:
Rendering of the pages is mostly fine but not perfect on mobile devices:
box-sizing
?)<table>
, which may or may not be a good thing.The text was updated successfully, but these errors were encountered: