Commit 28efcac
docs: left-align Feature column in billing plans table (#239)
* docs: left-align Feature column in billing plans table
* fix: add CSS to force left-alignment on table first column
The markdown :-------- alignment syntax alone is not sufficient in
Mintlify's renderer. Add an explicit CSS rule to force text-align: left
on the first column (Feature column) of all tables.
Co-authored-by: Vasek Mlejnsky <mlejva@users.noreply.github.com>
* fix: target button elements inside table cells for left-alignment
The Tooltip components render as button elements. Apply text-align and
justify-content to ensure tooltip buttons in the Feature column are
also left-aligned.
Co-authored-by: Vasek Mlejnsky <mlejva@users.noreply.github.com>
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Vasek Mlejnsky <mlejva@users.noreply.github.com>1 parent 01c9c92 commit 28efcac
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
0 commit comments