Skip to content

Commit

Permalink
[MM-40739] Make-width-fit-content (mattermost#9667)
Browse files Browse the repository at this point in the history
* make-width-fit-content

* fix-manage-memebers-button

Co-authored-by: Mattermod <[email protected]>
  • Loading branch information
bhimeshchauhan and mattermod committed Jan 25, 2022
1 parent 36bd49e commit 3a1dc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/components/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
}

button {
width: 70px;
width: fit-content;
margin-left: auto;

i {
Expand All @@ -499,7 +499,7 @@
display: flex;

.btn {
width: 100px;
width: 100%;
height: 42px;
padding: 0;
margin: 0 auto;
Expand Down

0 comments on commit 3a1dc68

Please sign in to comment.