Skip to content

Commit

Permalink
small layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Oct 23, 2018
1 parent af1c985 commit 70a51e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenApi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<md-layout md-column>
<md-layout md-row>
<md-layout md-column md-flex-small="50" md-flex-medium="70" md-flex-large="80">
<h2 class="md-display-1">{{api.info.title}}</h2>
<div v-if="api.info.description" v-html="marked(api.info.description || '')"></div>
<h2 class="md-display-1" style="padding-left:8px;">{{api.info.title}}</h2>
<div v-if="api.info.description" v-html="marked(api.info.description || '')" style="padding-left:8px;"></div>
</md-layout>
<md-layout md-column md-flex-small="50" md-flex-medium="30" md-flex-large="20">
<md-card v-if="api.info">
Expand Down

0 comments on commit 70a51e7

Please sign in to comment.