Skip to content
Snippets Groups Projects
Commit afbfbd25 authored by Seth Meranda's avatar Seth Meranda
Browse files

The required indicator on legends is wrapping because of the new span hack, so...

The required indicator on legends is wrapping because of the new span hack, so let's try setting the span hack to a more dynamic width. May not work.
parent fc798e11
No related branches found
No related tags found
No related merge requests found
......@@ -124,8 +124,9 @@
padding-bottom: 0.5em;
margin-left: -10px;
width:95%;
position:relative;
}
#maincontent .stuapp > fieldset fieldset legend span {display:block;width:95%;}
#maincontent .stuapp > fieldset fieldset legend span {display:inline-block;width:auto;}
#maincontent .stuapp ol li fieldset label {
display:inline;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment