Update DashboardWidget and LoggedInView styles: Adjust min-height and max-height properties for better layout flexibility. Enhance dashboard grid cell styling to support dynamic content display and improve overall UI responsiveness.
This commit is contained in:
@@ -249,8 +249,8 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.dashboard-widget {
|
||||
min-height: 200px;
|
||||
max-height: 420px;
|
||||
min-height: 0;
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: var(--dashboard-widget-bg, #fff);
|
||||
|
||||
Reference in New Issue
Block a user