diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-30 20:25:39 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-30 20:25:39 +0300 |
commit | f252a8b432a27e8028d9668d35701d351baee74f (patch) | |
tree | cd9922fbeffd15ca2f38ced779eba6317d886cba | |
parent | Bump version to 1.6 (diff) | |
download | libredirect-f252a8b432a27e8028d9668d35701d351baee74f.zip |
Added text-wrap to urls #143
-rw-r--r-- | src/pages/stylesheets/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index a380def1..5417242e 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -315,6 +315,7 @@ div.checklist div { justify-content: space-between; margin: 5px 15px; padding: 10px 0; + word-wrap: break-word; display: flex; } |