feat: support for showExtensions on Response objects (#6535)

This commit is contained in:
Shelby Sanders
2020-10-21 18:49:39 -07:00
committed by GitHub
parent 50e5f653cc
commit 6a4e52aadb
9 changed files with 115 additions and 2 deletions

View File

@@ -184,3 +184,11 @@ table
.response-col_links {
min-width: 6em;
}
.response__extension
{
font-size: 12px;
font-style: italic;
@include text_code($table-parameter-in-font-color);
}