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:
Leszek Manicki 2016-05-19 17:16:10 +02:00
parent b2c1de07b8
commit b0963da338

View file

@ -40,6 +40,9 @@
.revision-tooltip {
text-align: center;
}
.revision-tooltip .tipsy-inner {
max-width: none;
}
.revisions {
height: 140px;