mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 16:25:05 +00:00
Max width for tooltip is now 250px
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user