Skip to content

Commit

Permalink
fix(match2): GameCOmment overflowing matchsummary box
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Dec 13, 2024
1 parent a5cc2b6 commit 071a637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function MatchSummaryGameComment:render()
end
return HtmlWidgets.Fragment{children = {
MatchSummaryBreak{},
HtmlWidgets.Div{css = {margin = 'auto'}, classes = self.props.classes, children = self.props.children},
HtmlWidgets.Div{css = {margin = 'auto', ['max-width'] = '100%'}, classes = self.props.classes, children = self.props.children},
}}
end

Expand Down

0 comments on commit 071a637

Please sign in to comment.