Skip to content

Commit

Permalink
Merge branch 'master' into font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jun 12, 2020
2 parents 8b85614 + a310008 commit 48ca5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baseframe/static/css/mui.css
Expand Up @@ -4390,7 +4390,7 @@ li p + ol {
overflow: hidden;
padding: 16px;
width: 100%;
height: auto;
height: 100%;
max-width: 100%;
border-radius: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion baseframe/static/sass/baseframe-material/_modal.scss
Expand Up @@ -11,7 +11,7 @@
padding: $mui-grid-padding;
@extend .mui--z1;
width: 100%;
height: auto;
height: 100%;
max-width: 100%;
border-radius: 0;

Expand Down

0 comments on commit 48ca5c3

Please sign in to comment.