Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Git tutorials are practically unreadable

Emile Cormier January 31, 2022

The Git tutorials at https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud are practically unreadable due to the excessively narrow column width. A large number of code sample boxes (with console commands) require horizontal scrolling to see the entire code.

The git subtree tutorial is particularly bad. Every code box except for one requires horizonal scrolling.

Folks reading these tutorials are likely to be doing so on a computer, not their phones.

1 answer

0 votes
Mirek
Community Champion
January 31, 2022

I agree with you @Emile Cormier - looking at those codes would be nice to not scroll them. It is a waste of the time and harder to read.

Seems like changing the CSS width from 100% to 150% on

.g-12-12 {
width: 150%;
}

Fixes the problem..

tutorial_fix.png

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events