Skip to content

Commit 9651117

Browse files
committed
Corrected visual bug on Create Schedule page
1 parent 3625d8d commit 9651117

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schedule/static/editSched.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.raList {
22
width: 100%;
3-
max-height: 25%;
3+
max-height: 450px;
44
margin: 5%;
55
margin-left: 0;
66

@@ -132,4 +132,8 @@
132132
width: 40%;
133133
margin-right: 10%;
134134
display: none;
135+
}
136+
137+
#queueList.raList {
138+
max-height: 200px;
135139
}

0 commit comments

Comments
 (0)