Skip to content

Commit

Permalink
🔥 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Dec 27, 2021
1 parent aa7251f commit fbb3220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion design-system/projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mprisma/components",
"version": "0.0.71",
"version": "0.0.72",
"repository": {
"type": "git",
"url": "https://github.com/gabriel-gn/prisma-components.git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
.pm-multi-select {
@include btn-styles(var(--color-light), var(--color-light-sat), false);

form, input {
width: -webkit-fill-available;
}

form {
padding-top: 1px;
}
Expand Down Expand Up @@ -46,7 +50,6 @@
::ng-deep {
.pm-multi-select-autocomplete-panel {
margin-left: -4px;
left: 20px !important;

* {
box-shadow: none !important;
Expand Down

1 comment on commit fbb3220

@vercel
Copy link

@vercel vercel bot commented on fbb3220 Dec 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.