Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
CSS classes used in Progressive Web App screens
The following table lists out the CSS classes that are being used in Progressive Web App (PWA) screens:
CSS Class Name
Description
mb-1
Sets margin-bottom to .25rem
mb-2
Sets margin-bottom to .5rem
mb-0
Removes margin-bottom
mt-3
Sets margin-top to 1rem
m-0
Sets margin to 0 across all sides
pr-2
Sets padding right to .5rem
pl-0
Sets padding-left to 0
border-0
Removes border from the element across all sides
w-100
Sets width to 100%
detatch
Indicates whether to use relative position for vertical dropdown.
Default behavior for dropdown shown in vertical navbar is absolute. If you want the position of the dropdown to be relative, use the CSS class detatch.
justify
This class is specific to tab panels. Indicates how browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.