Skip to content

Commit

Permalink
(minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
saparagus committed Nov 11, 2024
1 parent d8db12f commit c2139db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion client/components/ChatBot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,13 @@ const Chatbot = () => {
}, [messages])

/* ??? move to CSS */
const info_circle_style = { alignSelf: 'flex-start', marginLeft: '0.5rem' }
const info_circle_style = {
alignSelf: 'flex-start',
marginLeft: '0.5rem',
marginTop: '-4px',
color: '#17a2b8',
fontSize: 'larger'
}


const handlePreHints = () => {
Expand Down
2 changes: 1 addition & 1 deletion client/components/StoryView/StoryDetailsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const StoryDetailsModal = ({
</div>
)}

<div className="flex space-between">
<div className="flex space-between" style={{ marginTop: '5px' }}>
<div className="flex wrap" style={{ gap: '5px' }}>
{showCreateControlStoryButton && (
<LinkButton
Expand Down

0 comments on commit c2139db

Please sign in to comment.