Skip to content

Commit

Permalink
Merge pull request #13067 from ramonlsouza/fix-settings-margin-mobile
Browse files Browse the repository at this point in the history
fix: settings margin - mobile
  • Loading branch information
antobinary committed Aug 27, 2021
2 parents 42ac3d0 + 51cedc6 commit 42243f8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions bigbluebutton-html5/imports/ui/components/settings/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,9 @@

@include mq($small-only) {
width: 100%;
margin-left: 1rem;
margin-right: inherit;

[dir="rtl"] & {
margin-left: inherit;
margin-right: 1rem;
}

margin: 0;
padding-left: 1rem;
padding-right: 1rem;
}
}

Expand Down

0 comments on commit 42243f8

Please sign in to comment.