Skip to content

Commit

Permalink
Fixing assistant messages style
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrotsmnrd committed Jan 4, 2024
1 parent 8883f41 commit 423ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragna/deploy/_ui/central_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _update_object_pane(self, event=None):
self._object_panel = self._center_row[0] = pn.Column(
self._object_panel,
self._copy_and_source_view_buttons(),
css_classes=[css_class],
css_classes=["message", css_class],
stylesheets=ui.stylesheets(
(f":host(.{css_class})", self._content_style_declarations)
),
Expand Down

0 comments on commit 423ccdc

Please sign in to comment.