Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Jul 19, 2023
1 parent 3a4b86e commit 9ca02a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chat/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.jp-ChatPanel .jp-SidePanel-content {
display: flex;
flex-direction: column;
padding: 5px 0px;
padding: 5px 0;
}

.jp-ChatPanel-messages {
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration-extension/style/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
|----------------------------------------------------------------------------*/

import '@jupyter/collaboration/style/index.js';
import '@jupyter/chat/style/index.js';
import '@jupyter/chat/style/index.js';

0 comments on commit 9ca02a4

Please sign in to comment.