diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-06-21 16:28:38 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-06-21 16:28:38 -0300 |
commit | 09e674a9d12ca9c5a9294c1dcb16648c687dd69c (patch) | |
tree | b74c1986124c3f0247a6209df1c6581a2ce098e4 | |
parent | b335d9ac5ed89d85831670f4ac46fe88ff9796a0 (diff) | |
parent | e174badc98a1eff31cca7ca20d864805a7d67fd4 (diff) | |
download | hugo-bearcub-09e674a9d12ca9c5a9294c1dcb16648c687dd69c.tar.gz hugo-bearcub-09e674a9d12ca9c5a9294c1dcb16648c687dd69c.tar.bz2 |
Merge branch 'main' of github.com:clente/hugo-bearcub
-rw-r--r-- | assets/original.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/original.css b/assets/original.css index 3492237..e7aad94 100644 --- a/assets/original.css +++ b/assets/original.css @@ -89,6 +89,7 @@ pre code { white-space: pre-wrap; font-size: 14px; overflow-x: auto; + text-wrap: nowrap; } blockquote { |