Skip to content

Commit

Permalink
Style improvements (wider input fields) thanks to Joseph Rézeau
Browse files Browse the repository at this point in the history
  • Loading branch information
srobotta committed Aug 27, 2024
1 parent 183d371 commit 7564599
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
.tiny_cloze img {
cursor: pointer;
@media (min-width: 992px) {
.tiny_cloze .form-control {
width: 500px;
}
.tiny_cloze_col0 .form-group {
width: 550px;
}
}

.tiny_cloze .form-control {
width: unset;
.tiny_cloze img {
cursor: pointer;
}

.tiny_cloze .error {
Expand All @@ -15,7 +20,6 @@
}

.tiny_cloze_answers {
height: 375px;
overflow-x: hidden;
}

Expand Down

0 comments on commit 7564599

Please sign in to comment.