Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 76f78be

Browse files
authoredMay 6, 2024
Update app/styles/app.css
1 parent 2c1e3c6 commit 76f78be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/styles/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ a.class-field-description--link:hover svg {
113113

114114
.parameter, .return {
115115
display: flex;
116-
gap: 5px;
116+
gap: var(--spacing-1);
117117
}
118118
.parameter dt, .return dt {
119119
font-weight: bold;

0 commit comments

Comments
 (0)
Please sign in to comment.