From 4f822eb72d90c6408aaf94e2affaf120bf15d9ba Mon Sep 17 00:00:00 2001 From: nayakrujul Date: Fri, 28 Jun 2024 20:39:59 +0530 Subject: [PATCH] Prevent wrapping --- styles/folders.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/folders.css b/styles/folders.css index 867907d..ec57db0 100644 --- a/styles/folders.css +++ b/styles/folders.css @@ -195,6 +195,8 @@ div#settings-bar { } span#high-score { + display: inline-block; + img#high-score-image { content: url("../images/highscore.svg"); height: 20px;