Skip to content

Commit

Permalink
fix edit description icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-vador committed Feb 23, 2024
1 parent b9a6357 commit cee7485
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ const Description: FC<DescriptionProps> = ({

return (
<div className={`schema-description relative ${className}`}>
<Space align="end" className="description-inner-main-container" size={4}>
<Space
align="center"
className="description-inner-main-container"
size={4}>
<div className="relative">
<div
className="description h-full relative overflow-y-scroll"
Expand Down

0 comments on commit cee7485

Please sign in to comment.