Skip to content

Commit

Permalink
fix(match2): aov comments cut off (#4561)
Browse files Browse the repository at this point in the history
give the comment a width of 100%
  • Loading branch information
hjpalpha authored Aug 18, 2024
1 parent 20f05e7 commit 761d569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/match2/wikis/arenaofvalor/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ function CustomMatchSummary._createGame(game, gameIndex, date)
local comment = mw.html.create('div')
comment :wikitext(game.comment)
:css('margin', 'auto')
:css('width', '100%')
row:addElement(comment)
end

Expand Down

0 comments on commit 761d569

Please sign in to comment.