Skip to content

Commit 53be0e5

Browse files
committed
adjusted issue supply item's input quantity width and popup dialog width
1 parent 1b63f7c commit 53be0e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$('#ajax-modal').html('<%= j render partial: 'issue_supply_items/new', locals: { issue: @issue, supply_items: @supply_items } %>');
2-
showModal('ajax-modal', '400px');
2+
showModal('ajax-modal', '440px');
33
$('#ajax-modal').addClass('new-supply-items');
44

assets/stylesheets/supply.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ label.supply-item {
4545
#supply_items_for_issue p {
4646
padding-left: 250px;
4747
}
48+
#supply_items_for_issue input[type="number"] {
49+
width: 6.5em;
50+
}
4851

4952
/* Supply item stock change modal */
5053

0 commit comments

Comments
 (0)