Fix problem table css

This commit is contained in:
cuom1999 2022-06-05 11:53:44 -05:00
parent f7d1db4dd5
commit 7128845dcf
2 changed files with 15 additions and 2 deletions

View file

@ -11,6 +11,12 @@
width: 100%;
}
&.pcode {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
}
&.pp {
text-align: left;
padding-left: 1em;
@ -329,3 +335,10 @@ ul.problem-list {
}
}
@media (min-width: 800px) {
#problem-table {
.pcode {
min-width: 7em;
}
}
}