Skip to content

Commit

Permalink
fix assistant divider is too short (#117) (#121)
Browse files Browse the repository at this point in the history
* fix assistant divder too short



* address review comments



---------


(cherry picked from commit 441077f)

Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d6b0b74 commit e316796
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

.llm-chat-header-icon-wrapper {
margin: 0 8px;
height: 48px;
display: flex;
align-items: center;

.euiFormControlLayout__prepend {
background-color: transparent !important;
Expand Down

0 comments on commit e316796

Please sign in to comment.