mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Max width for tooltip is now 250px
This commit is contained in:
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…
Reference in New Issue
Block a user