mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Do not restrict width of the tooltip
Longer edit summaries were squashed into 200-pixel-wide box. Bug: T135742 Change-Id: Ic73c44df7d73b18d14f7eb10ee761f465276e72e
This commit is contained in:
parent
b2c1de07b8
commit
b0963da338
|
@ -40,6 +40,9 @@
|
|||
.revision-tooltip {
|
||||
text-align: center;
|
||||
}
|
||||
.revision-tooltip .tipsy-inner {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.revisions {
|
||||
height: 140px;
|
||||
|
|
Loading…
Reference in a new issue