From f1b074a9046ad7f0209bb8a63f3d8c0a555c1932 Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Mon, 18 Mar 2024 17:35:24 +0100 Subject: [PATCH] Add ellipsis to overflowing text in captions --- sass/_utils.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/_utils.scss b/sass/_utils.scss index 496758d8..47e564db 100644 --- a/sass/_utils.scss +++ b/sass/_utils.scss @@ -22,6 +22,7 @@ padding-top: 3px; position: relative; width: 100%; + text-overflow: ellipsis; overflow: hidden; - text-wrap: wrap; + text-wrap: nowrap; } -- GitLab