Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Prevent issue form labels from appearing on a new line after their re…
Browse files Browse the repository at this point in the history
…spective input

Summary:
Ref T3683

Just a visual bug I came across while fixing something else. I'm not sure why this
CSS is in khan-exercises, when the issue form is only defined in webapp as far as
I can tell?

{F119454}

{F119455}

Test Plan:
. I'm doing all my testing in webapp, since the issue form doesn't appear in khan-exercises (?)
. http://localhost:8080/mission/cc-third-grade-math/task/6265360852451328
. Click "Report a mistake in this question"
. See the labels are on the same line as the radio buttons

Reviewers: aria, john

Reviewed By: john

Subscribers: #a11y

Projects: #khan-exercises

Maniphest Tasks: T3683

Differential Revision: https://phabricator.khanacademy.org/D16882
  • Loading branch information
jdan committed Mar 20, 2015
1 parent 8de3822 commit ffca128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/khan-exercise.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ body.debug .graphie { outline: 1px dashed #fdd; }

#issue #issue-status.error { font-weight: bold; color: #A21; font-size: 1.2em; }
#issue-link { font-style: italic; }
#issue .issue-form label { display: block; }
#issue .issue-form input[type=text] { display: block; width: 98%; }
#issue .issue-form textarea { display: block; width: 98%; height: 100px; }
#issue-cancel { float: right; }
Expand Down

0 comments on commit ffca128

Please sign in to comment.