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 was archived by the owner on May 7, 2020. It is now read-only.
is too generic and applies to other formats such as the Grid causing the dotted lines between activities / resources to be too long when viewing a section, needs to be something like:
.section.img-text {
width: 100%;
}
is too generic and applies to other formats such as the Grid causing the dotted lines between activities / resources to be too long when viewing a section, needs to be something like:
ul.fntabs .section.img-text {
width: 100%;
}