_updateFields js should start with first list item position of 1, not 0 #1

Open
aepstein wants to merge 16 commits from aepstein/patch-1 into master
1 changed files with 7 additions and 7 deletions
Showing only changes of commit 215b31cb59 - Show all commits

View File

@ -1,18 +1,18 @@
li.cocoon {
& > label {
display: block;
width: 100%;
float: none;
display: block !important;
width: 100% !important;
float: none !important;
}
ol {
padding: 0;
width: auto;
float: none;
padding: 0 !important;
width: auto !important;
float: none !important;
}
fieldset {
padding: 1em;
padding: 1em !important;
}
.links a {