Skip to content

Commit 9f93976

Browse files
authored
feat: moveing arrow to right align for details element (#1727)
1 parent 2f90f6f commit 9f93976

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/modules/custom/sfgov_admin/css/components/_paragraphs.form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ fieldset.sf-transaction-fieldset:not(.fieldgroup) {
119119
margin: 0;
120120
padding: 10px 12px;
121121
text-transform: none;
122+
&:before {
123+
left: unset;
124+
right: .75rem;
125+
}
122126
}
123127

124128

0 commit comments

Comments
 (0)