|
@@ -21,7 +21,7 @@ class Card(Element):
|
|
If you want the original behavior, use the `tight` method.
|
|
If you want the original behavior, use the `tight` method.
|
|
If you want the padding and borders for nested children, move the children into another container.
|
|
If you want the padding and borders for nested children, move the children into another container.
|
|
|
|
|
|
- :param align_items: alignment of the items in the card (default: `None`)
|
|
|
|
|
|
+ :param align_items: alignment of the items in the card ("start", "end", "center", "baseline", or "stretch"; default: `None`)
|
|
"""
|
|
"""
|
|
super().__init__('q-card')
|
|
super().__init__('q-card')
|
|
self._classes.append('nicegui-card')
|
|
self._classes.append('nicegui-card')
|