🎨(front,back) minor style and formatting fixes

- Add gap to attendees input layout
- Fix long line formatting in subscription API test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nathan Panchout
2026-02-06 17:41:04 +01:00
parent 53920585a5
commit 23a66f21e6
2 changed files with 4 additions and 1 deletions

View File

@@ -233,7 +233,9 @@ class TestSubscriptionTokenViewSet:
client.force_login(subscription.owner)
base_by_path_url = reverse("subscription-tokens-by-path")
by_path_url = f"{base_by_path_url}?caldav_path={quote(subscription.caldav_path, safe='')}"
by_path_url = (
f"{base_by_path_url}?caldav_path={quote(subscription.caldav_path, safe='')}"
)
create_url = reverse("subscription-tokens-list")
# Delete old token

View File

@@ -1,6 +1,7 @@
.attendees-input {
display: flex;
flex-direction: column;
gap: 5px;
&__field {
display: flex;