diff --git a/OpenApi.vue b/OpenApi.vue index 9867fb5..3e8ea13 100644 --- a/OpenApi.vue +++ b/OpenApi.vue @@ -29,27 +29,28 @@ - + - - {{tag}} - - - - - {{entry.method}} - - - - + + {{tag}} + + + + + {{entry.method}} + + + + +

Select an entry on the left to see detailed information...

- - + +

{{selectedEntry.summary}}

Make request @@ -64,8 +65,7 @@

Responses

- - + @@ -104,7 +104,7 @@ .openapi { position:relative; overflow-x:hidden; - flex:1; + height:100%; } .openapi .md-right .md-sidenav-content { diff --git a/test/index.html b/test/index.html index f459218..af0cb6e 100644 --- a/test/index.html +++ b/test/index.html @@ -11,6 +11,12 @@ + +