diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 6fc3f46ab..7007764c7 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -269,4 +269,17 @@ ol li { .sv-error-response { background-color: #b71c1c; -} \ No newline at end of file +} + +fieldset#history { + .method-list-item { + position: relative; + + span { + position: absolute; + top: 32px; + right: 8px; + color: #E0E0E0; + } + } +} diff --git a/components/section.vue b/components/section.vue index 4d2af5b5e..5f290c4e1 100644 --- a/components/section.vue +++ b/components/section.vue @@ -1,5 +1,5 @@