We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86897f6 commit 87a5937Copy full SHA for 87a5937
Source/WebCore/rendering/RenderTable.cpp
@@ -317,7 +317,6 @@ void RenderTable::updateLogicalWidth()
317
}
318
319
// Ensure we aren't bigger than our available width.
320
- setLogicalWidth(std::min(availableContentLogicalWidth, maxPreferredLogicalWidth()));
321
LayoutUnit maxWidth = maxPreferredLogicalWidth();
322
// scaledWidthFromPercentColumns depends on m_layoutStruct in TableLayoutAlgorithmAuto, which
323
// maxPreferredLogicalWidth fills in. So scaledWidthFromPercentColumns has to be called after
0 commit comments