Doc: Online CSS: Fix image captions overlapping images used in tables
Fixes: QTBUG-90963 Change-Id: I15c7459246ed6dfa1ad85b732484770babeabfdc Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 222c0ab081251f5249f31b6236ca7b912d303816) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
9fc6a9099e
commit
69f267defa
@ -875,6 +875,9 @@ li a.active {
|
|||||||
margin-left:3px;
|
margin-left:3px;
|
||||||
font-style:italic
|
font-style:italic
|
||||||
}
|
}
|
||||||
|
.context table p.figCaption {
|
||||||
|
transform:initial;
|
||||||
|
}
|
||||||
.context table {
|
.context table {
|
||||||
vertical-align:initial
|
vertical-align:initial
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user