mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(Container): add w-full class
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
base: 'max-w-(--ui-container) mx-auto px-4 sm:px-6 lg:px-8'
|
||||
base: 'w-full max-w-(--ui-container) mx-auto px-4 sm:px-6 lg:px-8'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user