Skip to content

Commit c95e8da

Browse files
Merge pull request #90 from advanced-rest-client/feat/W-15594516/async-styles-changes
change padding server name
2 parents 6130cfa + 9a236d7 commit c95e8da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api-components/api-method-documentation",
33
"description": "A HTTP method documentation build from AMF model",
4-
"version": "5.2.24",
4+
"version": "5.2.25",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"module": "index.js",

src/Styles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ api-security-documentation:last-of-type {
315315
line-height: normal;
316316
border-radius: 4px;
317317
border: 1px solid var(--api-method-documentation-async-server-names-border-color,#506773);;
318-
padding: 1px 8px 1px 8px;
318+
padding: 4px;
319319
margin-right: 10px;
320320
display: flex;
321321
flex-direction: column;

0 commit comments

Comments
 (0)