diff options
author | maheshgudi | 2017-11-10 16:50:18 +0530 |
---|---|---|
committer | maheshgudi | 2017-11-10 16:50:18 +0530 |
commit | 4d5e801efff62ee63538e3c787ab74e6503e3d74 (patch) | |
tree | 734a3c131c3e5a68e1ab978c78775c90ff45abed /yaksh/static | |
parent | a3b8e78fec5ab542675ca99949b2810e95536c21 (diff) | |
download | online_test-4d5e801efff62ee63538e3c787ab74e6503e3d74.tar.gz online_test-4d5e801efff62ee63538e3c787ab74e6503e3d74.tar.bz2 online_test-4d5e801efff62ee63538e3c787ab74e6503e3d74.zip |
Add textwrap for assertion error table
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/exam.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/static/yaksh/css/exam.css b/yaksh/static/yaksh/css/exam.css index fff904e..ec48a14 100644 --- a/yaksh/static/yaksh/css/exam.css +++ b/yaksh/static/yaksh/css/exam.css @@ -2,6 +2,6 @@ table td, table th { border: black solid 1px !important; word-wrap: break-word !important; white-space: pre-wrap !important; } -output{ +#stdio, #assertion { table-layout: fixed }
\ No newline at end of file |