Skip to content

Commit 0531b0f

Browse files
committed
update on align text
1 parent 2eb173f commit 0531b0f

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: "text-right"}}}
352+
field :users_required, as: :number, html: {index: {wrapper: {classes: "flex justify-end"}}}
353353
end
354354
```
355355

0 commit comments

Comments
 (0)