Skip to content
2 changes: 2 additions & 0 deletions changelogs/fragments/11396.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
feat:
- [Chat] load latest conversation ([#11396](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/11396))
2 changes: 1 addition & 1 deletion src/plugins/chat/public/components/chat_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"confirmation"
"screenshot"
"input";
padding: 0 8px 8px 0;
padding: 0 8px 8px 12px;

&--fullscreen {
padding: 0 8px 8px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
&__content {
height: 100%;
box-sizing: border-box;
padding-left: $euiSizeS;
}

&__button {
Expand Down
Loading
Loading