Skip to content

Commit 1901a5c

Browse files
committed
Add CSS for description keyword for playground
1 parent 2e02371 commit 1901a5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/static/css/docs.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,15 @@ button.rjf-add-button:hover {
589589
margin-bottom: 15px;
590590
color: #666;
591591
}
592+
.rjf-form-group-description {
593+
font-size: 88%;
594+
color: #777;
595+
display: block;
596+
margin-bottom: 15px;
597+
}
598+
.rjf-form-group-title + .rjf-form-group-description {
599+
margin-top: -10px;
600+
}
592601
.rjf-form-group {
593602
margin-bottom: 15px;
594603
position: relative;

0 commit comments

Comments
 (0)