🎨(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:
@@ -233,7 +233,9 @@ class TestSubscriptionTokenViewSet:
|
|||||||
client.force_login(subscription.owner)
|
client.force_login(subscription.owner)
|
||||||
|
|
||||||
base_by_path_url = reverse("subscription-tokens-by-path")
|
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")
|
create_url = reverse("subscription-tokens-list")
|
||||||
|
|
||||||
# Delete old token
|
# Delete old token
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.attendees-input {
|
.attendees-input {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
gap: 5px;
|
||||||
|
|
||||||
&__field {
|
&__field {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user