@@ -50,7 +50,8 @@
.project-info {
flex: 1;
- min-width: 0;
+ max-width: 65px;
+
.project-title {
font-size: 18px;
@@ -107,6 +108,11 @@
gap: 12px;
margin-left: 16px;
+ flex: 1;
+ display: flex;
+ justify-content: center;
+ flex-direction: row !important;
.action-button {
background: white;
border: 1px solid #e5e7eb;
@@ -212,7 +218,7 @@
.card-content {
flex-direction: row;
gap: 0px;
- align-items: stretch;
+ // align-items: stretch;
}