Max width for tooltip is now 250px

This commit is contained in:
Mark McDowall 2014-09-12 08:12:16 -07:00
parent 6b912a56f0
commit 9b5bf374a6
2 changed files with 6 additions and 4 deletions

View File

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

View File

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