diff options
| author | Blista Kanjo | 2021-11-30 05:57:22 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-30 05:57:22 -0500 |
| commit | 6db74d0b39761f082de3ed15b2adbd50d1ef91c1 (patch) | |
| tree | 67164183110b356c6f01bac2349c8f1596f1aed2 /css/style.css | |
| parent | efb98a3dc321db79a564ef39c7058d545e0634b4 (diff) | |
modifications with pre styles
Diffstat (limited to '')
| -rw-r--r-- | css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 2d652ba..1fd16f4 100644 --- a/css/style.css +++ b/css/style.css @@ -108,6 +108,8 @@ pre { white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ + resize: both; + overflow: auto; } table.centered { |
