Skip to content

Commit

Permalink
Increase padding
Browse files Browse the repository at this point in the history
  • Loading branch information
HungNgien committed Jan 17, 2025
1 parent 20e0027 commit e1140b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ <h3>{% trans "Component is enabled!" %}</h3>
</div>
</div>
</div>
</div>

</form>
</div>

</form>
{% endblock %}
2 changes: 1 addition & 1 deletion src/pretix/static/eventyay-common/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
background: white;
border-radius: $border-radius-large;
box-shadow: 0 7px 14px 0 rgba(78, 50, 92, 0.1), 0 3px 6px 0 rgba(0,0,0,.07);
padding: 20px;
padding: 40px;
min-height: 160px;

.modal-card-icon {
Expand Down

0 comments on commit e1140b1

Please sign in to comment.