diff --git a/stylesheets/index.scss b/stylesheets/index.scss index f5f37c1a..01f90751 100644 --- a/stylesheets/index.scss +++ b/stylesheets/index.scss @@ -75,6 +75,8 @@ input.new-message { background: white; cursor: pointer; transition: background 0.2s; + white-space: nowrap; + overflow: hidden; &::after { content: ''; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index b6beb9dd..734553d3 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -59,7 +59,9 @@ input.new-message { padding: 12px; background: white; cursor: pointer; - transition: background 0.2s; } + transition: background 0.2s; + white-space: nowrap; + overflow: hidden; } .index .contact::after { content: ''; position: absolute;