diff options
author | Frankie B <git@diskfloppy.me> | 2024-07-12 16:24:22 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-07-12 16:24:22 +0100 |
commit | d52be035d0af95ea6978a8a6019737992a0a8398 (patch) | |
tree | d3121d7039029955b668842dd227d2fbffdf6f9b /public/css/master.css | |
parent | 34055ccb41822885dc27a33913efc9ec69f2a31c (diff) |
Minor fixes
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/master.css b/public/css/master.css index 1b8683d..0d892d3 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -642,7 +642,7 @@ label[for="scheme-selector"] { } .guestbook-message { - text-wrap: wrap; + text-wrap: normal; width: 100%; } |