Skip to content

Commit 549b183

Browse files
committed
Revert "update on align text"
This reverts commit 0531b0f.
1 parent 3b9189a commit 549b183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.0/field-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ It's customary on tables to align numbers to the right. You can do that using th
349349

350350
```ruby{2}
351351
class Avo::Resources::Project < Avo::BaseResource
352-
field :users_required, as: :number, html: {index: {wrapper: {classes: "flex justify-end"}}}
352+
field :users_required, as: :number, html: {index: {wrapper: {classes: "text-right"}}}
353353
end
354354
```
355355

0 commit comments

Comments
 (0)