From 2ae9cb5c480d8b517e4cc33389ba8245ee34e969 Mon Sep 17 00:00:00 2001 From: glyph Date: Fri, 25 Mar 2022 08:43:32 +0200 Subject: [PATCH] remove ellipsis label class width --- peach-web/static/css/peachcloud.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peach-web/static/css/peachcloud.css b/peach-web/static/css/peachcloud.css index 7e18374..a1f712e 100644 --- a/peach-web/static/css/peachcloud.css +++ b/peach-web/static/css/peachcloud.css @@ -795,7 +795,7 @@ form { .label-ellipsis { overflow: hidden; text-overflow: ellipsis; - width: 10rem; + /*width: 10rem;*/ } .input-label {