fix(dashboard): agents view fills full width of parent container

Added flex: 1 to .agents-view so it expands to fill the
project-content parent instead of shrinking to content width.
This commit is contained in:
buihongduc132
2026-06-07 02:51:23 +07:00
parent 4b870c2b98
commit 8f4bb03e78

View File

@@ -52,6 +52,7 @@
position: relative;
display: flex;
flex-direction: column;
flex: 1;
height: 100%;
overflow: hidden;
}