ui icon indicating copy to clipboard operation
ui copied to clipboard

fix(Popover): remove full width on trigger

Open noook opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”— Linked issue

#1662

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation or readme)
  • [x] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

This PR removes the w-full of the popover trigger's configuration. The wrapper is a div (block element) and the relative container of the popover will in this situation take as much space as it can.

๐Ÿ“ Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

noook avatar Apr 13 '24 11:04 noook