Skip to content

Commit

Permalink
fix: remove min-width popover
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandorjesus committed Jul 24, 2021
1 parent bad74c9 commit 683fdf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/scss/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.popover {
@apply bg-white overflow-hidden rounded text-small shadow absolute opacity-0 duration-200 ease-linear transition-all;
min-width: 240px;
// min-width: 240px;
visibility: hidden;

.header-popover {
Expand All @@ -12,6 +12,7 @@

.content-popover {
@apply py-4 px-6;
width: max-content;
}

&.popover-top {
Expand Down

0 comments on commit 683fdf9

Please sign in to comment.