Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 8, 2024
1 parent 02be053 commit cfc0b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/pkg/markdownviewer/markdownviewer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func config(path string) (ui.Config, error) {
if err != nil {
return ui.Config{}, err
}

width = uint(w)
if width > 120 {
width = 120
Expand Down

0 comments on commit cfc0b5a

Please sign in to comment.