From 6130792734b164099daec5b3bba0100175df99f3 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 10 Aug 2021 23:50:32 +0800 Subject: [PATCH] fix cm style --- src/ui/cm.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/cm.css b/src/ui/cm.css index afb2455c0..45f02d116 100644 --- a/src/ui/cm.css +++ b/src/ui/cm.css @@ -56,6 +56,7 @@ div.icon { } div.id { + @ELLIPSIS; color: color(green-blue); } @@ -215,4 +216,4 @@ div.tab-arrows span { height: *; margin: 0; padding: 6px 2px; -} \ No newline at end of file +}