Skip to content

Commit

Permalink
fix(client): fix appearances of buttons in multiple choice & essay fo…
Browse files Browse the repository at this point in the history
…rms (#604)
  • Loading branch information
fushar authored Feb 18, 2024
1 parent 2bbbec5 commit 504eb1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
}

.essay-callout {
width: 85%;
height: 35px;
line-height: 18px;
line-height: 14px;

.bp5-icon {
top: 10px !important;
}
}

.essay-callout-edit {
width: 70%;
height: 35px;
background-color: white;
color: white;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.item-short-answer-form {
.answer-form {
float: left;
width: 70%;
}
display: flex;
gap: 1px;

.text-input {
margin-left: 25px;
Expand All @@ -17,9 +15,12 @@
}

.callout {
float: right;
width: 30%;
width: 150px;
height: 35px;
line-height: 18px;
line-height: 14px;

.bp5-icon {
top: 10px !important;
}
}
}

0 comments on commit 504eb1f

Please sign in to comment.