Closed silviabf closed 8 years ago
This continues happening
diff --git a/src/Pumukit/NewAdminBundle/Resources/views/pumukit2.css.twig b/src/Pumukit/NewAdminBundle/Resources/views/pumukit2.css.twig
index 02b49a2..0c750c7 100644
--- a/src/Pumukit/NewAdminBundle/Resources/views/pumukit2.css.twig
+++ b/src/Pumukit/NewAdminBundle/Resources/views/pumukit2.css.twig
@@ -645,7 +645,8 @@ hr.pumukit-green {
}
.pumukitnewadmin-groups-list-box {
- width:375px;
+ max-width:375px;
+ width: 45%;
height:220px;
border: 1px solid #bbb;
float: left;
@@ -659,7 +660,8 @@ hr.pumukit-green {
}
.list-box-width {
- width:390px;
+ max-width:390px;
+ width: 40%;
}
@silviabf Added patch for groups variable width.
Appearance is correct now. I close this issue.
Steps:
Problem: As you can see in the attached picture, one of the window is down moved.