mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-02 02:40:21 +00:00
Fix: Icons are not aligned vertically. (#6369)
<!-- Thank you for your contribution! Please review https://microsoft.github.io/autogen/docs/Contribute before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? <!-- Please give a short summary of the change and the problem this solves. --> ## Related issue number Closes #6366 ## Checks - [ ] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [ ] I've made sure all auto checks have passed. Co-authored-by: Victor Dibia <victordibia@microsoft.com>
This commit is contained in:
parent
881cd6a75c
commit
0e9744c4a2
@ -364,7 +364,7 @@ export const TeamBuilder: React.FC<TeamBuilderProps> = ({
|
||||
{isJsonMode ? "View JSON" : <>Visual Builder</>}{" "}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div className="flex items-center">
|
||||
{validationResults && !validationResults.is_valid && (
|
||||
<div className="inline-block mr-2">
|
||||
{" "}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user