Commit f978d0f4 by Waheed Ahmed Committed by Zia Fazal

Fixed instructor dashboard tooltip far away issue.

TNL-558
parent 12ff50ba
...@@ -748,7 +748,7 @@ section.instructor-dashboard-content-2 { ...@@ -748,7 +748,7 @@ section.instructor-dashboard-content-2 {
display: none; display: none;
position: absolute; position: absolute;
top: 15px; top: 15px;
right: 0; left: ($baseline*10);
padding: ($baseline/2); padding: ($baseline/2);
width: 50%; width: 50%;
background-color: $light-gray; background-color: $light-gray;
......
Markdown is supported
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