We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413e04c commit e9d00b2Copy full SHA for e9d00b2
test2text/pages/reports/report_by_req.py
@@ -229,9 +229,9 @@ def write_annotations(current_annotations: set[tuple]):
229
"""
230
<style>
231
.stRadio > div {
232
- max-width: 350px;
+ max-width: 100%;
233
word-break: break-word;
234
- white-space: pre-line;
+ white-space: normal;
235
}
236
</style>
237
""",
test2text/pages/reports/report_by_tc.py
@@ -249,9 +249,9 @@ def write_requirements(current_requirements: set[tuple]):
249
250
251
252
253
254
255
256
257
0 commit comments