diff --git a/src/ui/kgEntryViewer/kgentry.style.css b/src/ui/kgEntryViewer/kgentry.style.css index 2848f419cd19dbea721660b9e10f9ca7b1c4c6cc..a1ee25a5d6620dc942c744265bdacfe7ba1d13d8 100644 --- a/src/ui/kgEntryViewer/kgentry.style.css +++ b/src/ui/kgEntryViewer/kgentry.style.css @@ -12,4 +12,7 @@ div[heading] div[body] { font-size: 90%; + max-height:20em; + overflow-y:auto; + overflow-x:hidden; }