diff --git a/lib/components/ResponsesList/responses-list.html b/lib/components/ResponsesList/responses-list.html index b03a1322..3c7b07c3 100644 --- a/lib/components/ResponsesList/responses-list.html +++ b/lib/components/ResponsesList/responses-list.html @@ -11,6 +11,9 @@
+
+ Response schema +
diff --git a/lib/components/ResponsesList/responses-list.scss b/lib/components/ResponsesList/responses-list.scss index 0c33567a..b279d536 100644 --- a/lib/components/ResponsesList/responses-list.scss +++ b/lib/components/ResponsesList/responses-list.scss @@ -16,8 +16,11 @@ color: #999; } -.response-headers header { - font-size: 18px; +header { + font-size: 14px; + font-weight: bold; + text-transform: uppercase; + margin-bottom: 15px; } .header {