Skip to content

Commit

Permalink
fix(Divider): add w-full only on horizontal wrapper (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabbasian authored Mar 27, 2024
1 parent dd8a122 commit bd8b737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/ui.config/layout/divider.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
wrapper: {
base: 'flex items-center align-center text-center w-full',
horizontal: 'flex-row',
base: 'flex items-center align-center text-center',
horizontal: 'w-full flex-row',
vertical: 'flex-col'
},
container: {
Expand Down

0 comments on commit bd8b737

Please sign in to comment.