Skip to content

Commit 57d7d84

Browse files
committed
limit height of items list to 400px #16
1 parent 3b2a1ee commit 57d7d84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/stylesheets/supply.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ label.supply-item {
2525
}
2626
#supply_items_for_issue {
2727
text-align: right;
28+
max-height: 400px;
29+
overflow-y: scroll;
2830
}
2931
#supply_items_for_issue label {
3032
margin-left: -255px;
3133
width: 250px;
3234
}
3335

3436
#supply_items_for_issue p {
35-
padding-left: 260px;
37+
padding-left: 250px;
3638
}
3739

3840
/* Supply item stock change modal */

0 commit comments

Comments
 (0)