diff --git a/README.md b/README.md
index a5b00397c..85dd1a141 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe
-
+
[](https://travis-ci.com/liyasthomas/postwoman) [](https://github.com/liyasthomas/postwoman/releases/latest) [](https://postwoman.io) [](CONTRIBUTING.md) [](https://opencollective.com/postwoman) [](https://www.paypal.me/liyascthomas) [](https://t.me/postwoman_app) [](https://discord.gg/GAMWxmR) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpostwoman.io&text=%F0%9F%91%BD%20Postwoman%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20your%20requests%20faster%2C%20saving%20you%20precious%20time%20on%20your%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Postwoman%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520your%2520requests%2520faster%2C%2520saving%2520you%2520precious%2520time%2520on%2520your%2520development%26url%3Dhttps%3A%2F%2Fpostwoman.io%26hashtags%3Dpostwoman%26via%3Dliyasthomas&via=liyasthomas&hashtags=postwoman)
@@ -37,22 +37,36 @@
Table of contents
---
-1. [Features](#features-)
-2. [Demo](#demo--)
-3. [Usage](#usage-)
-4. [Built with](#built-with-)
-5. [Developing](#developing-)
-6. [Docker](#docker--)
-7. [Releasing](#releasing-)
-8. [Contributing](#contributing-)
-9. [Continuous Integration](#continuous-integration--)
-10. [Versioning](#versioning--)
-11. [Change log](#change-log-)
-12. [Authors](#authors-)
-13. [License](#license-)
-14. [Acknowledgements](#acknowledgements-)
-15. [Badges](#badges-)
+
+- [Features](#features-)
+- [Demo](#demo--)
+- [Usage](#usage-)
+- [Built with](#built-with-)
+- [Developing](#developing-)
+ - [Browser based development environment](#browser-based-development-environment)
+ - [Local development environment](#local-development-environment)
+ - [Docker compose](#docker-compose)
+- [Docker](#docker--)
+- [Releasing](#releasing-)
+- [Contributing](#contributing-)
+- [Continuous Integration](#continuous-integration--)
+- [Versioning](#versioning--)
+- [Change log](#change-log-)
+- [Authors](#authors-)
+ - [Lead Developers](#lead-developers)
+ - [Testing and Debugging](#testing-and-debugging)
+ - [Collaborators](#collaborators-)
+ - [Thanks](#thanks)
+ - [Financial Contributors](#financial-contributors)
+ - [Organizations](#organizations)
+ - [Individuals](#individuals)
+ - [Code Contributors](#code-contributors)
+- [License](#license-)
+- [Acknowledgements](#acknowledgements-)
+- [Badges](#badges-)
+
---
+
### Features ✨
@@ -314,18 +328,18 @@ You're done!
_Sample keys only works with the [production build](https://postwoman.io)._
-#### Use a browser based development environment:
+#### Browser based development environment
[](https://gitpod.io/#https://github.com/liyasthomas/postwoman)
-#### Or, with local development environment:
+#### Local development environment
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
2. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
3. Start the development server with `npm run dev`.
4. Open development site by going to [http://localhost:3000](http://localhost:3000) in your browser.
-#### Or, with docker-compose:
+#### Docker compose
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
2. Run `docker-compose up`
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index 0fca4aaca..ec15fc503 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -344,6 +344,12 @@ p {
box-shadow: 0 5px 30px rgba(black, 0.1);
max-height: 256px;
overflow: auto;
+
+ div {
+ display: flex;
+ align-items: stretch;
+ flex-direction: column;
+ }
}
.popover-arrow {
@@ -380,7 +386,7 @@ h3.title {
button {
display: inline-flex;
align-items: center;
- justify-content: center;
+ // justify-content: center;
margin: 4px;
padding: 6px 16px;
border-radius: 20px;