소스 검색

fix: bottm action buttons

Future 2 일 전
부모
커밋
39c1d4e174
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      src/modules/project/components/project-bottom-card/project-bottom-card.component.scss

+ 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 {