Pārlūkot izejas kodu

Merge branch 'master' of http://git.fmode.cn:3000/nkkj/yss-project

0235711 2 dienas atpakaļ
vecāks
revīzija
f1a3c163fd

+ 8 - 2
src/modules/project/components/project-bottom-card/project-bottom-card.component.scss

@@ -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;
     }
 
     .project-info {