From 6d8fd9d5c24a8ee434c267fcc1c873cbac524b6e Mon Sep 17 00:00:00 2001 From: Manazd Date: Wed, 12 Jul 2023 17:57:17 +0330 Subject: [PATCH] .message-box added to qrcode.css to handle the messages properly --- src/popup/qrcode.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/popup/qrcode.css b/src/popup/qrcode.css index bb410fcf..752d8892 100644 --- a/src/popup/qrcode.css +++ b/src/popup/qrcode.css @@ -56,6 +56,15 @@ html, body { text-align: center; } +.message-box { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: flex; + align-items: flex-start; + flex-wrap: wrap; +} + /* Let the element float (at the bottom on top of the qr) */ .float-qr { position: absolute;