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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
We need to add a Bootstrap command of "overflow-hidden" to the first div in _debug.ascx
Should be <div class="alert alert-warning m-0 text-monospace overflow-hidden" role="alert">
An example of this is on CCFP2023. This will make it so that the "Nav: Level=<%=PortalSettings.ActiveTab.Level %>" no longer extends past the device screen size forcing a horizontal scroll because there are no spaces within the nav path.
The text was updated successfully, but these errors were encountered:
We need to add a Bootstrap command of "overflow-hidden" to the first div in _debug.ascx
Should be
<div class="alert alert-warning m-0 text-monospace overflow-hidden" role="alert">
An example of this is on CCFP2023. This will make it so that the "Nav: Level=<%=PortalSettings.ActiveTab.Level %>" no longer extends past the device screen size forcing a horizontal scroll because there are no spaces within the nav path.
The text was updated successfully, but these errors were encountered: