diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 2b340a6e7f..6771b3b458 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -1353,14 +1353,6 @@ li.top_left_scheduled_messages { white-space: nowrap; overflow: hidden; } - - /* We only establish the ellipsis when - the input is not focused, thanks to a - Safari bug that makes long inputs - unreachable and unscrollable. */ - .input:not(:focus) { - text-overflow: ellipsis; - } } }