From 66e90ef13712f385c15ccaadc1fd287bcbef3c69 Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Tue, 14 Jun 2022 00:23:31 +0530 Subject: [PATCH] fix: long uri not fitting in the text field closes #16. --- src/css/popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index 1a55dfd..195851a 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -229,6 +229,8 @@ hr { font-size: medium; border: 2px solid #c3c0c0; border-radius: 5px; + white-space: nowrap; + text-overflow: ellipsis; text-align: center; align-items: center; -webkit-box-shadow: 0 2px 6px -6px #222;