Skip to content
Snippets Groups Projects
Commit f441474e authored by Prasad's avatar Prasad
Browse files

Fix #780: Restrict width overflow of dashboard widget content

parent 25e1313a
No related branches found
No related tags found
No related merge requests found
......@@ -5241,6 +5241,9 @@ form[name="notification_settings"] .select2-choice {
/*******************************************
************* Dashboard Styles *************
********************************************/
li.dashboardWidget {
overflow: auto;
}
.dashboardWidgetHeader .title{
padding-bottom: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment