Max width for tooltip is now 250px

pull/4/head
Mark McDowall 10 years ago
parent 6b912a56f0
commit 9b5bf374a6

@ -47,10 +47,6 @@
.relative-date-cell, .relative-time-cell {
.text-overflow();
cursor : default;
.tooltip-inner {
max-width : 250px;
}
}
.relative-date-cell {

@ -250,3 +250,9 @@ body {
margin-bottom : 0px;
}
}
.tooltip {
.tooltip-inner {
max-width : 250px;
}
}

Loading…
Cancel
Save