Skip to content

Commit

Permalink
fix(MdApp): remove height 100 to make md-app-content span content hei…
Browse files Browse the repository at this point in the history
…ght (#1957)

* remove height 100 to make md-app-content span content height

* use min-height of 100 instead of height

Co-authored-by: xxRockOnxx <xxRockOnxx@users.noreply.github.com>
  • Loading branch information
xxRockOnxx and xxRockOnxx committed Apr 30, 2020
1 parent 2fca194 commit 94fb4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdApp/MdAppContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<style lang="scss">
.md-app-content {
height: 100%;
min-height: 100%;
.md-card {
margin-right: 16px;
Expand Down

0 comments on commit 94fb4a8

Please sign in to comment.