From d510e954e08240cca5c84b02c6f021172d3f2369 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Wed, 8 Nov 2023 16:17:06 +0000 Subject: [PATCH] Fix long wallet id breaking mobile style --- app/assets/stylesheets/application.css.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index 2c3e294a..a6ed7a88 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -206,6 +206,7 @@ textarea padding: 0.5em background: #00ff0060 border-radius: 0 0 0 79em + word-wrap: break-word .contain width: 100%