Skip to content

Commit

Permalink
Merge branch 'devel' into CB-5133-tree-expand-focus
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed May 16, 2024
2 parents b1f8557 + 494101d commit f925e56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/bundles/io.cloudbeaver.server/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Export-Package: io.cloudbeaver,
io.cloudbeaver.server.events,
io.cloudbeaver.server,
io.cloudbeaver.server.actions,
io.cloudbeaver.server.jobs,
io.cloudbeaver.server.servlets,
io.cloudbeaver.service,
io.cloudbeaver.service.navigator,
Expand Down
10 changes: 9 additions & 1 deletion webapp/packages/core-blocks/src/ErrorMessage.m.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* 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 {
box-sizing: border-box;
display: flex;
Expand All @@ -23,8 +30,9 @@
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
white-space: pre-line;
}

.messageActions {
margin-left: 16px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ interface Props extends ILayoutSizeProps {
label?: string;
title?: string;
content?: React.ReactNode;
hidden?: boolean;
className?: string;
}

Expand Down

0 comments on commit f925e56

Please sign in to comment.