Skip to content

Commit 15c5ec0

Browse files
committed
Solver Info
- limit the cell width - this is to ensure the yellow mouse-over solver info does not break when there is a property with a very long text (such as Max Holes Violations listing all instructors with a violation)
1 parent df566a8 commit 15c5ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WebContent/styles/unitime.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,6 +3731,11 @@ unitime-RoomSharingWidget .legend .blank {
37313731
border-bottom: 1px dashed #AB8B00;
37323732
}
37333733

3734+
.unitime-PopupHint .unitime-InfoTable td {
3735+
vertical-align: top;
3736+
max-width: 400px;
3737+
}
3738+
37343739
.unitime-PageWarn {
37353740
display: block;
37363741
padding: 2px 2px 2px 10px;

0 commit comments

Comments
 (0)