Skip to content
Snippets Groups Projects
Commit 1a548cac authored by Xiao Gui's avatar Xiao Gui Committed by xgui3783
Browse files

chore: set max height for panel body. long lists will be rendered with scroll

parent 777f0ea8
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,7 @@ div[heading]
div[body]
{
font-size: 90%;
max-height:20em;
overflow-y:auto;
overflow-x:hidden;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment