Add styling for correct-answer badge to allow text wrapping
This commit is contained in:
@@ -85,6 +85,13 @@
|
||||
.dropdown-item {
|
||||
color: lightblue;
|
||||
}
|
||||
/* Allow the correct-answer badge to wrap if the text is long */
|
||||
.correct-badge {
|
||||
white-space: normal !important;
|
||||
display: inline-block;
|
||||
word-break: break-word;
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
{% block css %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user