Skip to content

Commit 4ad504d

Browse files
committed
Fix PR review issues: breadcrumb margin bug and step numbering
- Fix critical breadcrumb margin bug (20rem → 2rem in custom.css) - Fix step numbering in billing-subscriptions.mdx (step 5 → step 4) - Remove extra blank line in CSS variable declarations
1 parent 05bb840 commit 4ad504d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/roo-code-cloud/billing-subscriptions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can find details for them [in the pricing page](https://roocode.com/pricing)
2525
1. Once logged in, go to Billing: [app.roocode.com/billing](https://app.roocode.com/billing)
2626
2. Choose your plan and start a trial.
2727
3. Team only: if prompted, create your organization.
28-
5. Complete checkout process; youll be redirected back to the app.
28+
4. Complete checkout process; you'll be redirected back to the app.
2929
6. You'll be invited to create your first Cloud Agent. You can follow the process or go to the home page.
3030
7. In the home page. [Roomote Control](/roo-code-cloud/roomote-control) unlocks immediately (look under "Connected Workspaces").
3131
8. Team only: from here on you'll be able to invite your team members.

src/css/custom.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
--ring: 0 0% 3.9%;
2929
--radius: 0.5rem;
3030

31-
3231
--chart-1: 0 100% 50%;
3332
--chart-2: 29 100% 50%;
3433
--chart-3: 51 100% 50%;
@@ -2030,7 +2029,7 @@ html {
20302029

20312030
/* Breadcrumbs styling */
20322031
.theme-doc-breadcrumbs {
2033-
margin-bottom: 20rem;
2032+
margin-bottom: 2rem;
20342033
margin-left: 1.25rem;
20352034
font-size: 0.875rem;
20362035
}

0 commit comments

Comments
 (0)