From d8f197e8a74ea03effa89d178adc73a6674f906d Mon Sep 17 00:00:00 2001 From: sergeyteleshev Date: Wed, 17 Jan 2024 08:11:58 +0100 Subject: [PATCH] CB-3832 fix notification text visibility for export ones (#2305) Co-authored-by: s.teleshev Co-authored-by: Daria Marutkina <125263541+dariamarutkina@users.noreply.github.com> --- .../src/ExportNotification/ExportNotification.m.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/packages/plugin-data-export/src/ExportNotification/ExportNotification.m.css b/webapp/packages/plugin-data-export/src/ExportNotification/ExportNotification.m.css index 2deaf37a8d..cba44a6d0d 100644 --- a/webapp/packages/plugin-data-export/src/ExportNotification/ExportNotification.m.css +++ b/webapp/packages/plugin-data-export/src/ExportNotification/ExportNotification.m.css @@ -18,4 +18,5 @@ margin: 0; text-overflow: ellipsis; overflow: hidden; -} \ No newline at end of file + white-space: nowrap; +}