mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(theme-chalk): [card] ensure height works correctly in flex layout (#23539)
* fix(theme-chalk): [card] ensure height works correctly in flex layout * Add issue number comment
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
@include e(body) {
|
||||
flex: 1;
|
||||
flex-grow: 1; // #23538
|
||||
overflow: auto;
|
||||
padding: getCssVar('card', 'padding');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user