/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-data-export/src/ExportNotification/ExportNotification.module.css
32 строки
622 B
Ruslan Musaev
CB-6089 write file stream directly to http response (#3301)
11 мар 2025, 19:45
Не верифицирован
11 мар 2025, 19:45
655613c
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2024 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ .message { composes: theme-typography--body1 from global; opacity: 0.8; overflow: auto; max-height: 100px; word-break: break-word; white-space: pre-line; } .subText { composes: theme-typography--body2 from global; } .sourceName { padding-top: 16px; max-height: 50px; overflow: hidden; } .pre { margin: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }