Skip to content

Commit

Permalink
FIX: Wrong selector in form section stylesheet (#2598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomask committed Apr 5, 2024
1 parent 65dcab2 commit ed96121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-html/src/gui/Components/Form/FormSection.scss
Expand Up @@ -22,7 +22,7 @@ along with ORIGAM. If not, see <http://www.gnu.org/licenses/>.
background-color: var(--background1);
padding: 1.5em;

.hasTitle {
&.hasTitle {
padding-top: 0;
}
}

0 comments on commit ed96121

Please sign in to comment.