Merge pull request #851 from radiorabe/fix/overflow-on-schedule-tooltip

Fix text overflow in tooltip
This commit is contained in:
Kyle Robbertze 2019-08-18 22:06:01 +02:00 committed by GitHub
commit 721848f1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ table.library-track-md{
.ui-tooltip-dark.file-md-long{
max-width: 415px !important;
overflow-y: unset;
}
.library-get-file-md tr td, .library-track-md tr td{